mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: do not add the ok-to-test
label if there is a conflict
When there is a conflict in merging a PR, the `ok-to-test` label should not be added automatically. This prevents a loop in triggering CI jobs for PRs that might not even build. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
ae7f513816
commit
c1dd15ae59
@ -95,6 +95,7 @@ pull_request_rules:
|
|||||||
- name: start CI jobs for PRs in the merge queue
|
- name: start CI jobs for PRs in the merge queue
|
||||||
conditions:
|
conditions:
|
||||||
- base~=^(devel)|(release-.+)$
|
- base~=^(devel)|(release-.+)$
|
||||||
|
- label!=conflicts
|
||||||
- not:
|
- not:
|
||||||
check-pending~=^ci/centos
|
check-pending~=^ci/centos
|
||||||
- not:
|
- not:
|
||||||
|
Loading…
Reference in New Issue
Block a user