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 1
1
merge_protections :
2
2
- name : Enforce checks passing
3
3
description : Make sure that checks are not failing on the PR, and reviewers approved
4
- comment : false
5
4
if :
6
5
- base = master
7
6
success_conditions :
8
7
- " #approved-reviews-by >= 1" # At least 1 approval
9
8
- " #changes-requested-reviews-by == 0" # No reviewer asked for changes
10
9
- 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 / .*"
13
12
- 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 / .*"
16
15
- 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 / .*"
19
18
- 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