latest sources commit
This commit is contained in:
37
.github/labeler.yml
vendored
Normal file
37
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
file-cpp:
|
||||
- src/**/*.cpp
|
||||
- src/**/*.h
|
||||
- deps/**/*.cpp
|
||||
- deps/**/*.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
|
||||
Reference in New Issue
Block a user