mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
15 lines
335 B
YAML
15 lines
335 B
YAML
- 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"]
|