Skip to content

Commit 957d458

Browse files
committed
mergify: also remove needs: work if CI ready
There are two cases here: either PR was in review or needs work. in any case, new CI should be started as pr-head is yellow. Once it completes, based on reviews, we can move to ready for merge or back to needs work if fails.
1 parent 0d483aa commit 957d458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ pull_request_rules:
9797
- "needs: CI"
9898
remove:
9999
- "needs: review"
100+
- "needs: work"
100101

101102
# From needs: work to needs: CI
102103
- name: "label needs: CI it was approved and pr-head needs to be rerun again"

0 commit comments

Comments
 (0)