github: Allow changelog check to be skipped on label (#37314)

pull/37318/head
Radek Simko 9 months ago committed by GitHub
parent 7a27366b39
commit f9d0dddb38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,6 +26,7 @@ permissions:
jobs:
check-changelog-entry:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-changelog-check') }}
name: "Check Changelog Entry"
runs-on: ubuntu-latest
concurrency:

Loading…
Cancel
Save