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

This commit is contained in:
Radek Simko 2025-07-15 14:31:43 +01:00 committed by GitHub
parent 7a27366b39
commit f9d0dddb38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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