mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-26 14:15:48 +02:00
16 lines
370 B
YAML
16 lines
370 B
YAML
pull_request_rules:
|
|
- name: Automatic merge on approval
|
|
conditions:
|
|
- "#approved-reviews-by>=1"
|
|
- status-success=Test
|
|
actions:
|
|
merge:
|
|
method: merge
|
|
- name: automatically merge dependabot's PRs
|
|
conditions:
|
|
- author~=^dependabot(|-preview)\[bot\]$
|
|
- status-success=Test
|
|
actions:
|
|
merge:
|
|
method: merge
|