fix(CI): fix labeler (#18990)

* fix(CI): I think this fixes the labeler :D

* Update labeler.yml

* Update pr_labeler.yml

* Update labeler.yml

* test complete - this should work after merge

* Update labeler.yml
This commit is contained in:
Kitzunu
2024-06-02 06:29:11 +02:00
committed by GitHub
parent 35de41b45f
commit dbb7107d7c

53
.github/labeler.yml vendored
View File

@@ -1,37 +1,54 @@
file-cpp:
- src/**/*.cpp
- src/**/*.h
- deps/**/*.cpp
- deps/**/*.h
- changed-files:
- any-glob-to-any-file:
- src/**/*.cpp
- src/**/*.h
- deps/**/*.cpp
- deps/**/*.h
DB:
- data/**/*.sql
- changed-files:
- any-glob-to-any-file: data/**/*.sql
CORE:
- any: ['src/**/*', '!src/server/scripts/*', '!src/tests/*']
- all:
- changed-files:
- any-glob-to-any-file: 'src/**/*'
- all-globs-to-all-files:
- '!src/server/scripts/*'
- '!src/tests/*'
Script:
- src/server/scripts/**/*.cpp
- src/server/scripts/**/*.h
- changed-files:
- any-glob-to-any-file:
- src/server/scripts/**/*.cpp
- src/server/scripts/**/*.h
UnitTests:
- src/test/**/*
- changed-files:
- any-glob-to-any-file: src/test/**/*
Documentation:
- ./*.md
- changed-files:
- any-glob-to-any-file: ./*.md
Bash:
- ./*.sh
- apps/**/*.sh
- conf/**/*.sh
- deps/**/*.sh
- modules/**/*.sh
- changed-files:
- any-glob-to-any-file:
- ./*.sh
- apps/**/*.sh
- conf/**/*.sh
- deps/**/*.sh
- modules/**/*.sh
CMake:
- ./*.cmake
- changed-files:
- any-glob-to-any-file: ./*.cmake
Workflow:
- .github/workflows/*
- changed-files:
- any-glob-to-any-file: .github/workflows/*
Batch:
- apps/**/*.bat
- changed-files:
- any-glob-to-any-file: apps/**/*.bat