Skip changelog enforcement for certain labels

Skipping changelog enforcement for PRs with one of these labels:

refactor, testing, build, project.

Such labels likely indicate a non-user-visible change which need not be
reflected in the changelog. (Of course, a changelog entry may still be
made if appropriate, even if not required by the enforcer.)

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-10-13 23:46:10 -06:00
parent 2f9ec8103e
commit c28c807946

View File

@@ -13,3 +13,5 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: dangoslen/changelog-enforcer@v3 - uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: "refactor,testing,build,project"