mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 14:21:18 +00:00
🏃♂️allow ignoring missing changelog
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
1
.github/workflows/pr-changelog-check.yml
vendored
1
.github/workflows/pr-changelog-check.yml
vendored
@@ -11,4 +11,5 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Changelog check
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'changelog-not-required') }}
|
||||
run: ./hack/changelog-check.sh
|
||||
|
||||
Reference in New Issue
Block a user