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 b852662 + 838a628 commit f1d6ceaCopy full SHA for f1d6cea
.mergify.yml
@@ -33,6 +33,24 @@ pull_request_rules:
33
add:
34
- documentation
35
36
+ - name: Add breaking-change label
37
+ # https://docs.openstack.org/pbr/latest/user/features.html
38
+ conditions:
39
+ - "body~=Sem-Ver: api-break"
40
+ actions:
41
+ label:
42
+ add:
43
+ - "breaking change"
44
+
45
+ - name: Add feature label
46
47
48
+ - "body~=Sem-Ver: feature"
49
50
51
52
+ - feature
53
54
- name: Automatic merge on approval
55
conditions:
56
- and:
0 commit comments