mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
19 lines
438 B
YAML
19 lines
438 B
YAML
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:
|
|
- "-draft"
|
|
- "#check-failure=0"
|
|
- "#approved-reviews-by>=1"
|
|
actions:
|
|
merge:
|
|
method: rebase
|