mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
feat(Actions): Automatically add labels on PRs (#3571)
This commit is contained in:
14
.github/label-pr.yml
vendored
Normal file
14
.github/label-pr.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
- regExp: ".*\\.sql+$"
|
||||
labels: ["DB"]
|
||||
- regExp: ".*\\.(cpp|h)+$"
|
||||
labels: ["CORE"]
|
||||
- regExp: "src/server/scripts/(.*).(cpp|h)+$"
|
||||
labels: ["Script"]
|
||||
- regExp: ".*\\.md+$"
|
||||
labels: ["Documentation"]
|
||||
- regExp: ".*\\.sh+$"
|
||||
labels: ["Bash"]
|
||||
- regExp: ".*\\.cmake+$"
|
||||
labels: ["Cmake"]
|
||||
- regExp: ".*\\.yml+$"
|
||||
labels: ["Workflow"]
|
||||
Reference in New Issue
Block a user