mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
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:
12
.github/labeler.yml
vendored
12
.github/labeler.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user