mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
ci(mergify): don't use queues
This commit is contained in:
parent
e88f154dc4
commit
74d1d58572
1 changed files with 4 additions and 8 deletions
12
.github/mergify.yml
vendored
12
.github/mergify.yml
vendored
|
|
@ -1,16 +1,13 @@
|
||||||
queue_rules:
|
|
||||||
- name: default
|
|
||||||
conditions:
|
|
||||||
- "#check-failure=0"
|
|
||||||
|
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Merge lockfile updates
|
- name: Merge lockfile updates
|
||||||
conditions:
|
conditions:
|
||||||
- "title=Update lockfile.json"
|
- "title=Update lockfile.json"
|
||||||
actions:
|
actions:
|
||||||
|
review:
|
||||||
|
type: APPROVE
|
||||||
|
message: Automatically approving lockfile updates
|
||||||
merge:
|
merge:
|
||||||
method: merge
|
method: merge
|
||||||
|
|
||||||
- name: Merge on approval
|
- name: Merge on approval
|
||||||
conditions:
|
conditions:
|
||||||
- and:
|
- and:
|
||||||
|
|
@ -18,6 +15,5 @@ pull_request_rules:
|
||||||
- "#check-failure=0"
|
- "#check-failure=0"
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
actions:
|
actions:
|
||||||
queue:
|
merge:
|
||||||
method: rebase
|
method: rebase
|
||||||
name: default
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue