From 7114e8142eb4b0b39d8412313dc70e33f0d26c16 Mon Sep 17 00:00:00 2001 From: Luca Bertagna Date: Fri, 8 Nov 2024 15:38:42 -0700 Subject: [PATCH] Update .mergify.yml Fix required checks names --- .mergify.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index e931d54eb09..8fafd417f97 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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