summaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: cb814c5fc3117f39fd50b263f97f862bba720567 (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
file-cpp:
  - ./*.cpp
  - ./*.h

DB:
  - data/**/*.sql

CORE:
  - any: ['src/**/*', '!src/server/scripts/*', '!src/tests/*']

Script:
  - src/server/scripts/**/*.cpp
  - src/server/scripts/**/*.h

UnitTests:
  - src/test/**/*

Documentation:
  - ./*.md

Bash:
  - ./*.sh
  - apps/**/*.sh
  - conf/**/*.sh
  - deps/**/*.sh
  - modules/**/*.sh

CMake:
  - ./*.cmake

Workflow:
  - .github/workflows/*

Batch:
  - apps/**/*.bat