Skip to content

Commit 579850c

Browse files
committed
Update .mergify.yml
Fix required checks names
1 parent a37c4e8 commit 579850c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.mergify.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
merge_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

0 commit comments

Comments
 (0)