-
Notifications
You must be signed in to change notification settings - Fork 893
Improve mergify config #6852
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
Improve mergify config #6852
Conversation
.github/mergify.yml
Outdated
@@ -18,6 +18,7 @@ pull_request_rules: | |||
- base=unstable | |||
- label=trivial | |||
- author=@sigp/lighthouse | |||
- conflict |
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.
should this be conflict=false
?
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.
Hi Jimmy, thanks for noticing it forgot to update, = false
doesn't work for boolean types:
Operators are invalid for Boolean attribute:
conflict``
I used the -
operator to negate it, see here
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.
Looks good! Thanks @jxs
* improve mergify config * negate conflict
* improve mergify config * negate conflict
* improve mergify config * negate conflict
* improve mergify config * negate conflict
Issue Addressed
And partially address #6845
ready-for-merge
label instead ofready-to-merge
trivial
PRs if thetrivial
label is removed.trivial
PRs that have conflicts.the missing one seems impossible as I didn't find a condition for a removed label.