-
Notifications
You must be signed in to change notification settings - Fork 32
🔨 Allow Mergify to detect more failing cases for CI restarts & Automatically add PRs to queue #7133
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
🔨 Allow Mergify to detect more failing cases for CI restarts & Automatically add PRs to queue #7133
Conversation
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.
thx
MINOR, the correct icon is 🔨 Add or update development scripts.. and tag it as t:maintenance so we can account for it in the stats
sanderegg
left a comment
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.
you are re-writing the github workflow file.. is this not contraproductive?
5301a70 to
3012c30
Compare
|



What do these changes do?
In our CI pipeline there are tests that fail but will still make the
unit-tests,integration-testsandsystem-testsbe green. This did not allow Mergify's Workflow Automation to restart the CI.Added all the edge cases that could make the restart not occur.
Instead of manually enqueuing the PRs, Mergify will now add them automatically once conditions are met.
Related issue/s
How to test
Dev-ops checklist