From 70a8cc69ec7d03ae3b5a030e17fb1d418e91e2dd Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:51:00 -0700 Subject: [PATCH] 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. --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 32936a6180a..694c83b6025 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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"