File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ pull_request_rules:
76
76
remove :
77
77
- " needs: review"
78
78
79
- # From needs: review to needs: CI
79
+ # From needs: review or needs: work to needs: CI. One approval means we should be good to start CI
80
80
- name : " label needs: CI when at least one reviewers approval"
81
81
conditions :
82
82
- base~=feature-mergify
@@ -99,28 +99,6 @@ pull_request_rules:
99
99
- " needs: review"
100
100
- " needs: work"
101
101
102
- # From needs: work to needs: CI
103
- - name : " label needs: CI it was approved and pr-head needs to be rerun again"
104
- conditions :
105
- - base~=feature-mergify
106
- # Labels
107
- - " label=needs: work"
108
-
109
- # Reviewers, at least one approval and no changes requested
110
- - " #changes-requested-reviews-by=0"
111
- - " #approved-reviews-by>=0"
112
-
113
- # CI green policy, at least Travis should be green
114
- - status-success~=continuous-integration/travis-ci/pr
115
- # new CI needs to be done
116
- - status-neutral~=continuous-integration/jenkins/pr-head
117
- actions :
118
- label :
119
- add :
120
- - " needs: CI"
121
- remove :
122
- - " needs: work"
123
-
124
102
# Conflict in the PR - needs: work and a comment to notify a user
125
103
- name : " label needs: work when there is a conflict"
126
104
conditions :
You can’t perform that action at this time.
0 commit comments