File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 5959# comment in case of success
6060- filters :
6161 open : true
62+ pull_request :
63+ mergeable : true
6264 status :
6365 context : " codecov/patch"
6466 ensure :
7476 The minimum test ratio has been reached. Thanks!
7577 - filters :
7678 open : true
79+ pull_request :
80+ mergeable : true
7781 status :
7882 context : " codecov/patch"
7983 ensure :
8488 add : " PR: tests-needed"
8589- filters :
8690 open : true
91+ pull_request :
92+ mergeable : true
8793 status :
8894 context : " codecov/patch"
8995 ensure :
@@ -107,13 +113,18 @@ rules:
107113
108114
109115# add conflict label to pull requests with conflict
116+ # on conflict all result labels are removed
110117- filters :
111118 open : true
112119 pull_request :
113120 mergeable : false
114121 actions :
115122 label :
116123 add : " PR: conflict"
124+ remove :
125+ - " PR: tests-needed"
126+ - " PR: CI-ok"
127+ - " PR: CI-not-ok"
117128- filters :
118129 open : true
119130 pull_request :
You can’t perform that action at this time.
0 commit comments