@@ -27,7 +27,6 @@ pull_request_rules:
2727 # From needs: review to needs: work - reviewers request
2828 - name : " label needs: work when changes were requested"
2929 conditions :
30- - base~=feature-mergify
3130 # Reviewers
3231 - " #changes-requested-reviews-by>0"
3332 actions :
@@ -40,7 +39,6 @@ pull_request_rules:
4039 # From needs: review to needs: work - CI failure
4140 - name : " label needs: work when travis-ci failed"
4241 conditions :
43- - base~=feature-mergify
4442 # Travis failing
4543 - status-failure~=continuous-integration/travis-ci/pr
4644 actions :
@@ -53,7 +51,6 @@ pull_request_rules:
5351 # From needs: review to needs: work - CI failure
5452 - name : " label needs: work when Jenkins CI failed - pr head"
5553 conditions :
56- - base~=feature-mergify
5754 # Jenkins CI failing
5855 - status-failure~=continuous-integration/jenkins/pr-head
5956 actions :
@@ -66,7 +63,6 @@ pull_request_rules:
6663 # From needs: review to needs: work - CI failure
6764 - name : " label needs: work when Jenkins CI failed - any of the pipeline"
6865 conditions :
69- - base~=feature-mergify
7066 # Jenkins CI failing - any of the pipeline
7167 - status-failure~=^jenkins-ci
7268 actions :
@@ -79,7 +75,6 @@ pull_request_rules:
7975 # From needs: review or needs: work to needs: CI. One approval means we should be good to start CI
8076 - name : " label needs: CI when at least one reviewers approval"
8177 conditions :
82- - base~=feature-mergify
8378 # Labels
8479 - " label!=needs: preceding PR"
8580
@@ -103,7 +98,6 @@ pull_request_rules:
10398 # Conflict in the PR - needs: work and a comment to notify a user
10499 - name : " label needs: work when there is a conflict"
105100 conditions :
106- - base~=feature-mergify
107101 - conflict
108102 actions :
109103 label :
@@ -117,7 +111,6 @@ pull_request_rules:
117111
118112 - name : " add label feature branch for feature branch additions"
119113 conditions :
120- - base~=feature-mergify
121114 - base~=^feature
122115 actions :
123116 label :
@@ -127,7 +120,6 @@ pull_request_rules:
127120 # Ready for integration. Not yet auto merge, will be enabled once carefuly tested
128121 - name : label "ready for merge" when ready
129122 conditions :
130- - base~=feature-mergify
131123 # Labels
132124 - " label!=do not merge"
133125 - " label=needs: CI"
@@ -152,7 +144,6 @@ pull_request_rules:
152144 # Clean-up after merge
153145 - name : remove ready for merge when merged
154146 conditions :
155- - base~=feature-mergify
156147 - merged
157148 - " label=ready for merge"
158149 actions :
@@ -162,7 +153,6 @@ pull_request_rules:
162153
163154 - name : add "do not merge" label when WIP is in title
164155 conditions :
165- - base~=feature-mergify
166156 - title~=^(\[wip\]( |:) |\[WIP\]( |:) |wip( |:) |WIP( |:)).*
167157 actions :
168158 label :
@@ -172,7 +162,6 @@ pull_request_rules:
172162 # Check if version label is applied
173163 - name : release version is a must for merged PRs
174164 conditions :
175- - base~=feature-mergify
176165 - merged
177166 - -label~=^(release-version)
178167 actions :
0 commit comments