Another merge queue fix (#2144)

This commit is contained in:
Trask Stalnaker 2025-04-18 05:40:25 -07:00 committed by GitHub
parent 18cb7ad664
commit 881cd5753c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest
if: >-
${{
github.event_name == 'pull_request' &&
!contains(github.event.pull_request.labels.*.name, 'dependencies') &&
!contains(github.event.pull_request.labels.*.name, 'Skip Changelog') &&
!contains(github.event.pull_request.title, '[chore]')