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 d4e8f4b commit dde918aCopy full SHA for dde918a
.mergify.yml
@@ -34,6 +34,14 @@ pull_request_rules:
34
add:
35
- documentation
36
37
+ - name: automatic approval for Dependabot pull requests
38
+ conditions:
39
+ - author=dependabot[bot]
40
+ actions:
41
+ review:
42
+ type: APPROVE
43
+ message: Automatically approving dependabot
44
+
45
- name: Add breaking-change label
46
# https://docs.openstack.org/pbr/latest/user/features.html
47
conditions:
0 commit comments