chore(CI/Labeler): fix Config label (#26690)

This commit is contained in:
Kitzunu
2026-07-19 14:01:43 +02:00
committed by GitHub
parent 4cd68470d6
commit 60dd3da660

3
.github/labeler.yml vendored
View File

@@ -29,7 +29,6 @@ Script:
- 'src/server/scripts/**/*.cpp'
- 'src/server/scripts/**/*.h'
UnitTests:
- changed-files:
- any-glob-to-any-file: 'src/test/**/*'
@@ -75,8 +74,6 @@ Config:
- '**/*.json'
- '**/*.yml'
- '**/*.yaml'
- '!**/docker-compose*.yml'
- '!**/docker-compose*.yaml'
- '**/*.conf'
- '**/*.cfg'
- '**/*.nix'