mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
github: Allow changelog check to be skipped on label (#37314)
This commit is contained in:
parent
7a27366b39
commit
f9d0dddb38
1 changed files with 1 additions and 0 deletions
1
.github/workflows/changelog.yml
vendored
1
.github/workflows/changelog.yml
vendored
|
|
@ -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…
Reference in a new issue