mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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:
|
||||
- name: Merge lockfile updates
|
||||
conditions:
|
||||
- "title=Update lockfile.json"
|
||||
actions:
|
||||
review:
|
||||
type: APPROVE
|
||||
message: Automatically approving lockfile updates
|
||||
merge:
|
||||
method: merge
|
||||
|
||||
- name: Merge on approval
|
||||
conditions:
|
||||
- and:
|
||||
|
|
@ -18,6 +15,5 @@ pull_request_rules:
|
|||
- "#check-failure=0"
|
||||
- "#approved-reviews-by>=1"
|
||||
actions:
|
||||
queue:
|
||||
merge:
|
||||
method: rebase
|
||||
name: default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue