1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-23 16:15:42 +02:00

ci(Mergify): configuration update

Signed-off-by: 张志豪 <null>
This commit is contained in:
张志豪 2022-01-13 18:06:31 +08:00
parent fcdacd13f3
commit 701f97e4fa

15
.mergify.yml Normal file
View File

@ -0,0 +1,15 @@
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