pybind11/.github/labeler_merged.yml

9 lines
332 B
YAML
Raw Permalink Normal View History

# 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
2020-10-13 02:35:23 +00:00
needs changelog:
- all:
- changed-files:
- all-globs-to-all-files: "!docs/changelog.rst"
- base-branch: "^(?!dependabot).*"
- base-branch: "^(?!pre-commit-ci).*"