mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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:
|
||||
- and:
|
||||
- "-draft"
|
||||
- "#check-failure=0"
|
||||
- "#approved-reviews-by>=1"
|
||||
- "#review-requested=0"
|
||||
actions:
|
||||
merge:
|
||||
method: rebase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue