Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ pull_request_rules:
- name: automatic merge
actions:
comment:
message: Thank you for contributing! Your pull request will be updated from
main and then merged automatically (do not update manually, and be sure
to [allow changes to be pushed to your
fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
message: Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to [allow
changes to be pushed to your fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
conditions:
- base!=release
- -title~=(WIP|wip)
Expand All @@ -60,8 +58,7 @@ pull_request_rules:
- name: if fails conventional commits
actions:
comment:
message: Title does not follow the guidelines of [Conventional Commits](https://www.conventionalcommits.org).
Please adjust title before merge.
message: Title does not follow the guidelines of [Conventional Commits](https://www.conventionalcommits.org). Please adjust title before merge.
conditions:
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
Expand All @@ -72,3 +69,14 @@ pull_request_rules:
conditions: []
actions:
queue:
priority_rules:
- name: priority for queue `automatic merge`
conditions:
- base!=release
- -label~=(blocked|do-not-merge|no-squash)
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- '#approved-reviews-by>=1'
- -approved-reviews-by~=author
- '#changes-requested-reviews-by=0'
priority: 2250
Loading