chore: skip release label validation on merge queue PRs (#30361)

This commit is contained in:
bo0tzz 2026-07-29 17:08:35 +02:00 committed by GitHub
parent 3ab09352eb
commit af5ff4983a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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