File: labeler.yml

package info (click to toggle)
python-boost-histogram 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: python: 7,940; cpp: 3,243; makefile: 22; sh: 1
file content (8 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
8
# 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.md"
      - base-branch: "^(?!dependabot).*"
      - base-branch: "^(?!pre-commit-ci).*"