add "Changes: Audio" label to labeler (#33790)

add audio label to labeler
This commit is contained in:
slarticodefast
2024-12-09 11:56:30 +01:00
committed by GitHub
parent a7957ddf65
commit 8bb4c82890

4
.github/labeler.yml vendored
View File

@@ -16,6 +16,10 @@
- changed-files: - changed-files:
- any-glob-to-any-file: '**/*.swsl' - any-glob-to-any-file: '**/*.swsl'
"Changes: Audio":
- changed-files:
- any-glob-to-any-file: '**/*.ogg'
"Changes: No C#": "Changes: No C#":
- changed-files: - changed-files:
# Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label. # Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label.