🏃‍♂️allow ignoring missing changelog

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-06-17 07:37:09 -07:00
parent 0bdd6ef5a4
commit 43305ec788
2 changed files with 3 additions and 0 deletions

View File

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