1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-26 14:15:48 +02:00
IntelliJ-Rainbow-Brackets/.mergify.yml
张志豪 701f97e4fa ci(Mergify): configuration update
Signed-off-by: 张志豪 <null>
2022-01-13 18:09:20 +08:00

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