mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix: only automerge when then is two approvals
This commit is contained in:
parent
97f15c5c85
commit
7d00a39466
1 changed files with 1 additions and 1 deletions
2
.github/mergify.yml
vendored
2
.github/mergify.yml
vendored
|
|
@ -12,7 +12,7 @@ pull_request_rules:
|
||||||
conditions:
|
conditions:
|
||||||
- and:
|
- and:
|
||||||
- "-draft"
|
- "-draft"
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=2"
|
||||||
- "#review-requested=0"
|
- "#review-requested=0"
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue