mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
More labels!!
This commit is contained in:
@@ -1,13 +1,28 @@
|
||||
##### Labeler ##########################################################################################################
|
||||
# Enable "labeler" for your PR that would add labels to PRs based on the paths that are modified in the PR.
|
||||
labelPRBasedOnFilePath:
|
||||
# Add 'Type: Map' to any changes within 'maps' folder or any subfolders
|
||||
"Type: Map":
|
||||
- maps/**/*
|
||||
# * matches anything but /
|
||||
# ** matches anything including /
|
||||
|
||||
# Add 'Type: Map' to any changes within 'maps' folder or any subfolders
|
||||
labelPRBasedOnFilePath:
|
||||
# Add 'Type: Map' to any changes to .dmm files
|
||||
"Type: Map":
|
||||
- '**.dmm'
|
||||
|
||||
# Add 'Type: Map' to any changes to image files
|
||||
"Type: Icon":
|
||||
- icons/**/*
|
||||
- '**.dmi'
|
||||
- '**.png'
|
||||
- '**.jpg'
|
||||
|
||||
# Add 'Type: Sound' to any change to sound files
|
||||
"Type: Sound":
|
||||
- '**.ogg'
|
||||
- '**.mp3'
|
||||
- '**.wav'
|
||||
|
||||
# Add 'Type: Fluff' to any change to *custom_items*
|
||||
"Type: Fluff":
|
||||
- "**custom_items**"
|
||||
|
||||
##### Greetings ########################################################################################################
|
||||
# Comment to be posted to welcome users when they open their first PR
|
||||
|
||||
Reference in New Issue
Block a user