File: labeler.yml

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (25 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
documentation:
  - any:
      - changed-files:
          - any-glob-to-any-file: "doc/**/*"
          - any-glob-to-any-file: "examples/**/*"
          - any-glob-to-any-file: "examples_trame/**/*"
          - any-glob-to-any-file: "*.md"
maintenance:
  - any:
      - changed-files:
          - any-glob-to-any-file: ".github/**/*"
          - any-glob-to-any-file: "codecov.yml"
          - any-glob-to-any-file: "Makefile"
          - any-glob-to-any-file: "pyproject.toml"
          - any-glob-to-any-file: ".pre-commit-config.yaml"
dependencies:
  - any:
      - changed-files:
          - any-glob-to-any-file: "requirements*"
          - any-glob-to-any-file: ".pre-commit-config.yaml"
docker:
  - any:
      - changed-files:
          - any-glob-to-any-file: "docker/**/*"
          - any-glob-to-any-file: ".dockerignore"