Skip to content

Commit 6cec741

Browse files
authored
Merge pull request #629 from etchteam/mergify/configuration-deprecated-update
ci(mergify): upgrade configuration to current format
2 parents 98f4e88 + e21000e commit 6cec741

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/mergify.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
---
21
pull_request_rules:
32
- name: Automatically approve and merge dependabot PRs
43
conditions:
54
- and:
6-
- author=dependabot[bot]
7-
- label!=wontfix
5+
- author=dependabot[bot]
6+
- label!=wontfix
87
actions:
98
review:
109
type: APPROVE
@@ -14,8 +13,8 @@ pull_request_rules:
1413
- name: Automatically merge when the PR has been approved and there are no comments
1514
conditions:
1615
- and:
17-
- "#approved-reviews-by>=1"
18-
- "#changes-requested-reviews-by=0"
16+
- "#approved-reviews-by>=1"
17+
- "#changes-requested-reviews-by=0"
1918
actions:
2019
merge:
2120
method: merge
@@ -34,4 +33,4 @@ pull_request_rules:
3433
actions:
3534
assign:
3635
users:
37-
- "{{author}}"
36+
- "{{ author }}"

0 commit comments

Comments
 (0)