File: labeler.yml

package info (click to toggle)
python-holidays 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,296 kB
  • sloc: python: 117,830; javascript: 85; makefile: 59
file content (33 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
31
32
33
ci:
  - changed-files:
      - any-glob-to-any-file:
          - .github/workflows/**

doc:
  - changed-files:
      - any-glob-to-any-file:
          - docs/**

l10n:
  - changed-files:
      - any-glob-to-any-file:
          - holidays/locale/**

script:
  - changed-files:
      - any-glob-to-any-file:
          - scripts/**

snapshot:
  - changed-files:
      - any-glob-to-any-file:
          - snapshots/**

test:
  - changed-files:
      - any-glob-to-any-file:
          - tests/**

v1:
  - head-branch:
      - v1