Skip to content

Commit

Permalink
Update .mergify.yml
Browse files Browse the repository at this point in the history
Fix required checks names
  • Loading branch information
bartgol committed Nov 8, 2024
1 parent a37c4e8 commit 7114e81
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
merge_protections:
- name: Enforce checks passing
description: Make sure that checks are not failing on the PR, and reviewers approved
comment: false
if:
- base = master
success_conditions:
- "#approved-reviews-by >= 1" # At least 1 approval
- "#changes-requested-reviews-by == 0" # No reviewer asked for changes
- or:
- check-success=eamxx-sa/gcc-openmp/*
- check-skipped=eamxx-sa/gcc-openmp/*
- check-success="gcc-openmp / sp"
- check-skipped="gcc-openmp / sp"
- or:
- check-success=eamxx-sa/gcc-cuda/*
- check-skipped=eamxx-sa/gcc-cuda/*
- check-success="gcc-openmp /*"
- check-skipped="gcc-openmp /*"
- or:
- check-success=eamxx-v1/cpu-gcc/*
- check-skipped=eamxx-v1/cpu-gcc/*
- check-success="gcc-cuda /*"
- check-skipped="gcc-cuda /*"
- or:
- check-success=eamxx-scripts/cpu-gcc
- check-skipped=eamxx-scripts/cpu-gcc
- check-success="cpu-gcc /*"
- check-skipped="cpu-gcc /*"
- or:
- check-success=cpu-gcc
- check-skipped=cpu-gcc

0 comments on commit 7114e81

Please sign in to comment.