mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: skip release label validation on merge queue PRs (#30361)
This commit is contained in:
parent
3ab09352eb
commit
af5ff4983a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr-label-validation.yml
vendored
1
.github/workflows/pr-label-validation.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue