mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci(Mergify): configuration update
This commit is contained in:
parent
5106030515
commit
e88f154dc4
1 changed files with 8 additions and 1 deletions
9
.github/mergify.yml
vendored
9
.github/mergify.yml
vendored
|
|
@ -4,7 +4,14 @@ queue_rules:
|
|||
- "#check-failure=0"
|
||||
|
||||
pull_request_rules:
|
||||
- name: Automatic merge on approval
|
||||
- name: Merge lockfile updates
|
||||
conditions:
|
||||
- "title=Update lockfile.json"
|
||||
actions:
|
||||
merge:
|
||||
method: merge
|
||||
|
||||
- name: Merge on approval
|
||||
conditions:
|
||||
- and:
|
||||
- "-draft"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue