-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(ci): enhance mergify #1245
Conversation
25d8c53
to
38a1cdb
Compare
.github/mergify.yml
Outdated
@@ -4,7 +4,7 @@ pull_request_rules: | |||
- author~=^dependabot\[bot\]$ | |||
- check-success~=lint | |||
- check-success~=test | |||
- title~=bump [^\s]+ from ([\d]+)\..+ to \1\. | |||
- dependabot-update-type = version-update:semver-minor |
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 one does from minor all the way to major right? if not please dismiss my approval!
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.
no, only semver-minor
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.
Misunderstood this pr, what about patches ya?
Problem
see here
Solution
see here