summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: cc289cd5e414e61cdf2eab32f2da51842282f0ce (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
file-cpp:
- changed-files:
    - any-glob-to-any-file: 
      - 'src/**/*.cpp'
      - 'src/**/*.h'
      - 'deps/**/*.cpp'
      - 'deps/**/*.h'

DB:
- changed-files:
  - any-glob-to-any-file: 'data/**/*.sql'

CORE:
- all:
    - changed-files:
        - any-glob-to-any-file: 'src/**/*'
        - all-globs-to-all-files:
          - '!src/server/scripts/*'
          - '!src/tests/*'

Script:
- changed-files:
    - any-glob-to-any-file: 
      - 'src/server/scripts/**/*.cpp'
      - 'src/server/scripts/**/*.h'

UnitTests:
- changed-files:
    - any-glob-to-any-file: 'src/test/**/*'

Documentation:
- changed-files:
    - any-glob-to-any-file: './*.md'

Bash:
- changed-files:
    - any-glob-to-any-file: 
      - './*.sh'
      - 'apps/**/*.sh'
      - 'conf/**/*.sh'
      - 'deps/**/*.sh'
      - 'modules/**/*.sh'

CMake:
- changed-files:
    - any-glob-to-any-file: './*.cmake'

Workflow:
- changed-files:
    - any-glob-to-any-file: '.github/workflows/*'

Batch:
- changed-files:
    - any-glob-to-any-file: 'apps/**/*.bat'