Skip to content

Commit

Permalink
Add More Labels to the Labeler Action (#9)
Browse files Browse the repository at this point in the history
# Description

I added a few more labels to the repository, this'll make the bot use
them.
  • Loading branch information
DEATHB4DEFEAT authored Mar 19, 2024
1 parent eae2194 commit 70a8cc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
"Changes: C#":
- "**/*.cs"

"Changes: Config":
- "**/*.toml"
- "**/*.config"
- "*.json"
- ".github/*.yml"
- ".github/*.json"
- ".vscode/*.json"
- ".editorconfig"

"Changes: Documentation":
- "**/*.xml"
- "**/*.md"
Expand All @@ -22,3 +31,6 @@
"Changes: YML":
- any: ["**/*.yml"]
all: ["!Resources/Maps/**/*.yml", "!Resources/Prototypes/Maps/**/*.yml"]

"Changes: Workflow":
- ".github/workflows/*.yml"

0 comments on commit 70a8cc6

Please sign in to comment.