Merge pull request #2640 from ashish-amarnath/allow-changelog-ignore

🏃‍♂️ allow ignoring missing changelog
This commit is contained in:
Nolan Brubaker
2020-06-17 12:42:18 -04:00
committed by GitHub
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

View File

@@ -12,6 +12,8 @@ changelog.
Add that to the PR.
If a PR does not warrant a changelog, the CI check for a changelog can be skipped by applying a `changelog-not-required` label on the PR.
## Code
- Log messages are capitalized.