Add More Labels to the Labeler Action (#9)

# Description

I added a few more labels to the repository, this'll make the bot use
them.
This commit is contained in:
DEATHB4DEFEAT
2024-03-19 13:51:00 -07:00
committed by GitHub
parent eae21941bd
commit 70a8cc69ec

12
.github/labeler.yml vendored
View File

@@ -1,6 +1,15 @@
"Changes: C#":
- "**/*.cs"
"Changes: Config":
- "**/*.toml"
- "**/*.config"
- "*.json"
- ".github/*.yml"
- ".github/*.json"
- ".vscode/*.json"
- ".editorconfig"
"Changes: Documentation":
- "**/*.xml"
- "**/*.md"
@@ -22,3 +31,6 @@
"Changes: YML":
- any: ["**/*.yml"]
all: ["!Resources/Maps/**/*.yml", "!Resources/Prototypes/Maps/**/*.yml"]
"Changes: Workflow":
- ".github/workflows/*.yml"