Another merge queue fix (#2144)
This commit is contained in:
parent
18cb7ad664
commit
881cd5753c
|
|
@ -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]')
|
||||
|
|
|
|||
Loading…
Reference in New Issue