Hi all,
After automating the per-component labelling in Pull Requests, this next PR is adding automation to the `needs-rebase` label with the help of this Github Action.
When the base branch (e.g.: master) of a PR is updated and the PR merge results in conflicts:
- `needs-rebase` label will automatically be added.
- `ready-to-merge` label will be removed
- The following comment will be added: "This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved".
When the PR is rebased, conflict solved and re-pushed:
- The `needs-rebase` label will be automatically removed (`ready-to-merge` label won't be added back though)
_______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx