mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
Merge pull request #2640 from ashish-amarnath/allow-changelog-ignore
🏃♂️ allow ignoring missing changelog
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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user