mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
9 lines
332 B
YAML
9 lines
332 B
YAML
# Add 'needs changelog` label to any change to code files as long as the `CHANGELOG` hasn't changed
|
|
# Skip dependabot and pre-commit-ci PRs
|
|
needs changelog:
|
|
- all:
|
|
- changed-files:
|
|
- all-globs-to-all-files: "!docs/changelog.rst"
|
|
- base-branch: "^(?!dependabot).*"
|
|
- base-branch: "^(?!pre-commit-ci).*"
|