diff --git a/.github/workflows/pr-changelog-check.yml b/.github/workflows/pr-changelog-check.yml index 78be9677f..c7b6890b5 100644 --- a/.github/workflows/pr-changelog-check.yml +++ b/.github/workflows/pr-changelog-check.yml @@ -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 diff --git a/site/docs/master/code-standards.md b/site/docs/master/code-standards.md index 5c6c8c67c..281c24adb 100644 --- a/site/docs/master/code-standards.md +++ b/site/docs/master/code-standards.md @@ -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.