File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11merge_protections :
22 - name : Enforce checks passing
33 description : Make sure that checks are not failing on the PR, and reviewers approved
4- comment : false
54 if :
65 - base = master
76 success_conditions :
87 - " #approved-reviews-by >= 1" # At least 1 approval
98 - " #changes-requested-reviews-by == 0" # No reviewer asked for changes
109 - or :
11- - check-success=eamxx-sa/ gcc-openmp/*
12- - check-skipped=eamxx-sa/ gcc-openmp/*
10+ - check-success=" gcc-openmp / .*"
11+ - check-skipped=" gcc-openmp / .*"
1312 - or :
14- - check-success=eamxx-sa/ gcc-cuda/*
15- - check-skipped=eamxx-sa/ gcc-cuda/*
13+ - check-success=" gcc-cuda / .*"
14+ - check-skipped=" gcc-cuda / .*"
1615 - or :
17- - check-success=eamxx-v1/ cpu-gcc/*
18- - check-skipped=eamxx-v1/ cpu-gcc/*
16+ - check-success=" cpu-gcc / .*"
17+ - check-skipped=" cpu-gcc / .*"
1918 - or :
20- - check-success=eamxx-scripts/ cpu-gcc
21- - check-skipped=eamxx-scripts/ cpu-gcc
19+ - check-success=cpu-gcc
20+ - check-skipped=cpu-gcc
You can’t perform that action at this time.
0 commit comments