mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Action): Labeler (#3579)
This commit is contained in:
21
.github/labeler.yml
vendored
Normal file
21
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
DB:
|
||||
- src/**/*.sql
|
||||
|
||||
CORE:
|
||||
- any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*']
|
||||
|
||||
Script:
|
||||
- src/server/scripts/**/*.cpp
|
||||
- src/server/scripts/**/*.h
|
||||
|
||||
Documentation:
|
||||
- ./*.md
|
||||
|
||||
Bash:
|
||||
- ./*.sh
|
||||
|
||||
Cmake:
|
||||
- ./*.cmake
|
||||
|
||||
Workflow:
|
||||
- .github/workflows/*
|
||||
Reference in New Issue
Block a user