Auto-labeling actions for pull requests (#6117)

This commit is contained in:
mirrorcult
2022-01-10 16:06:08 -07:00
committed by GitHub
parent a8d010d6a3
commit 81fb52c041
4 changed files with 40 additions and 41 deletions

12
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
"Changes: Sprites":
- '**/*.rsi/*.png'
"Changes: Map":
- 'Resources/Maps/*.yml'
- 'Resources/Prototypes/Maps/*.yml'
"Changes: UI":
- '**/*.xaml*'
"No C#":
- all: ["!**/*.cs"]