We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98f4e88 + e21000e commit 6cec741Copy full SHA for 6cec741
1 file changed
.github/mergify.yml
@@ -1,10 +1,9 @@
1
----
2
pull_request_rules:
3
- name: Automatically approve and merge dependabot PRs
4
conditions:
5
- and:
6
- - author=dependabot[bot]
7
- - label!=wontfix
+ - author=dependabot[bot]
+ - label!=wontfix
8
actions:
9
review:
10
type: APPROVE
@@ -14,8 +13,8 @@ pull_request_rules:
14
13
- name: Automatically merge when the PR has been approved and there are no comments
15
16
17
- - "#approved-reviews-by>=1"
18
- - "#changes-requested-reviews-by=0"
+ - "#approved-reviews-by>=1"
+ - "#changes-requested-reviews-by=0"
19
20
merge:
21
method: merge
@@ -34,4 +33,4 @@ pull_request_rules:
34
33
35
assign:
36
users:
37
- - "{{author}}"
+ - "{{ author }}"
0 commit comments