summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: 55a71d605bef78b0b37d968be947838f4532d009 (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
55
56
57
58
59
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:
- changed-files:
    - any-glob-to-any-file:
      - 'src/*'
      - 'src/common/**/*'
      - 'src/genrev/**/*'
      - 'src/server/*'
      - 'src/server/apps/**/*'
      - 'src/server/database/**/*'
      - 'src/server/game/**/*'
      - 'src/server/shared/**/*'
      - 'src/tools/**/*'

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'