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.
1 parent 2239920 commit b12af2eCopy full SHA for b12af2e
.mergify.yml
@@ -1,6 +1,7 @@
1
queue_rules:
2
- name: default
3
merge_method: squash
4
+ autoqueue: true
5
queue_conditions:
6
- or:
7
- author = jd
@@ -22,7 +23,8 @@ pull_request_rules:
22
23
- name: warn on no changelog
24
conditions:
25
- -files~=^releasenotes/notes/
- - label!=no-changelog
26
+ - label != no-changelog
27
+ - author != dependabot[bot]
28
- -closed
29
actions:
30
comment:
@@ -31,11 +33,6 @@ pull_request_rules:
31
33
[reno](https://docs.openstack.org/reno/latest/user/usage.html) to add
32
34
a changelog entry.
35
- - name: automatic queue
- conditions: []
36
- actions:
37
- queue:
38
-
39
- name: dismiss reviews
40
conditions: []
41
0 commit comments