Skip to content

Commit

Permalink
Merge branch 'Simple-Station:master' into Porting-Things-Part-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerRevolution authored Mar 19, 2024
2 parents eb1dc63 + 70a8cc6 commit 410a91a
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 410a91a

Please sign in to comment.