Skip to content

Commit b12af2e

Browse files
authored
ci(mergify): enable autoqueue and fix conditions (#536)
1 parent 2239920 commit b12af2e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.mergify.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
queue_rules:
22
- name: default
33
merge_method: squash
4+
autoqueue: true
45
queue_conditions:
56
- or:
67
- author = jd
@@ -22,7 +23,8 @@ pull_request_rules:
2223
- name: warn on no changelog
2324
conditions:
2425
- -files~=^releasenotes/notes/
25-
- label!=no-changelog
26+
- label != no-changelog
27+
- author != dependabot[bot]
2628
- -closed
2729
actions:
2830
comment:
@@ -31,11 +33,6 @@ pull_request_rules:
3133
[reno](https://docs.openstack.org/reno/latest/user/usage.html) to add
3234
a changelog entry.
3335
34-
- name: automatic queue
35-
conditions: []
36-
actions:
37-
queue:
38-
3936
- name: dismiss reviews
4037
conditions: []
4138
actions:

0 commit comments

Comments
 (0)