From af5ff4983ac327bf2d9412a256cec6b3ce1ef7d2 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Wed, 29 Jul 2026 17:08:35 +0200 Subject: [PATCH] chore: skip release label validation on merge queue PRs (#30361) --- .github/workflows/pr-label-validation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-label-validation.yml b/.github/workflows/pr-label-validation.yml index 5820a8b284..abbcfaebd0 100644 --- a/.github/workflows/pr-label-validation.yml +++ b/.github/workflows/pr-label-validation.yml @@ -8,6 +8,7 @@ permissions: {} jobs: validate-release-label: + if: ${{ !startsWith(github.event.pull_request.head.ref, 'mergify/merge-queue/') }} runs-on: ubuntu-latest permissions: issues: write