mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
fix(mergify): only merge when there is no review requests
This commit is contained in:
parent
c8b32028bc
commit
97f15c5c85
1 changed files with 1 additions and 1 deletions
2
.github/mergify.yml
vendored
2
.github/mergify.yml
vendored
|
|
@ -12,8 +12,8 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
- and:
|
- and:
|
||||||
- "-draft"
|
- "-draft"
|
||||||
- "#check-failure=0"
|
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
|
- "#review-requested=0"
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: rebase
|
method: rebase
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue