Skip to content

Commit 96f5748

Browse files
committed
mergify: remove needs CI if CI fails
1 parent bccc140 commit 96f5748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mergify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pull_request_rules:
5959
- "needs: work"
6060
remove:
6161
- "needs: review"
62+
- "needs: CI"
6263

6364
# From needs: review to needs: work - CI failure
6465
- name: "label needs: work when Jenkins CI failed - any of the pipeline"
@@ -71,6 +72,7 @@ pull_request_rules:
7172
- "needs: work"
7273
remove:
7374
- "needs: review"
75+
- "needs: CI"
7476

7577
# From needs: review or needs: work to needs: CI. One approval means we should be good to start CI
7678
- name: "label needs: CI when at least one reviewers approval"

0 commit comments

Comments
 (0)