-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mergify: support for some backport aliases #17217
mergify: support for some backport aliases #17217
Conversation
this should help with backporting to the current active branches without knowing the active minor but using the major one
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
|
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
|
This pull request is now in conflicts. Could you fix it @v1v? 🙏
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome! Thank you so much.
this should help with backporting to the current active branches
without knowing the active minor but using the major one
Release notes
What does this PR do?
We, observability robots team, are responsible for keeping those aliases in sync - we are working on the automation for that.
Why is it important/What is the impact to the user?
Enable
backport-active-all
,backport-active-8
andbackport-active-9
GitHub labels in Mergify to backport to a set of active branches in addition to the existing automation with thebackport-<major>.<minor>
labels. This can help with the current 6 active branches, which we have today.Therefore, if a PR takes longer to be merged, these aliases can help avoid the burden of updating the
backport-[major].[minor]
labels.Checklist
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs