-
Notifications
You must be signed in to change notification settings - Fork 148
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
fix: use a different branch name for the auto-updates #6335
Conversation
This should avoid issues with matching branch protection rules
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
|
Quality Gate passedIssues Measures |
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.
thank you!
(cherry picked from commit 83a12c2)
(cherry picked from commit 83a12c2)
(cherry picked from commit 83a12c2)
(cherry picked from commit 83a12c2) Co-authored-by: Victor Martinez <[email protected]>
(cherry picked from commit 83a12c2) Co-authored-by: Victor Martinez <[email protected]>
(cherry picked from commit 83a12c2) Co-authored-by: Victor Martinez <[email protected]>
What does this PR do?
Rename the branch name created for the automation
Why is it important?
Avoid matching branches enrolled to the branch protection.
For instance, #6318 was created using
8.x-update-agent-versions-12303810957
, and there is a branch protection for8.*
; therefore, it has some constraints about PR development.Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself