From dd425ffc6b5140370df5b76b6a9a403b172170a6 Mon Sep 17 00:00:00 2001 From: Bart <11445373+bthomee@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:39:00 -0700 Subject: [PATCH] ci: Do not run conflict checker when label is applied --- .github/workflows/check-pr-commits.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-pr-commits.yml b/.github/workflows/check-pr-commits.yml index 37e15a5648..81e8102d12 100644 --- a/.github/workflows/check-pr-commits.yml +++ b/.github/workflows/check-pr-commits.yml @@ -10,4 +10,5 @@ permissions: jobs: check_commits: + if: ${{ !contains(github.event.pull_request.labels.*.name, 'IgnoreConflicts') }} uses: XRPLF/actions/.github/workflows/check-pr-commits.yml@e2c7f400d1e85ae65dad552fd425169fbacca4a3