mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
added labels
This commit is contained in:
parent
ee739eb45a
commit
dd6734afe8
1 changed files with 15 additions and 0 deletions
15
.github/labeler.yml
vendored
15
.github/labeler.yml
vendored
|
|
@ -1,2 +1,17 @@
|
|||
api:
|
||||
- any: ["frontend/src/ts/ape/**/*", "backend/src/api/**/*"]
|
||||
|
||||
assets:
|
||||
- all: ["frontend/static/**/*", "!frontend/static/**/*.html"]
|
||||
|
||||
backend:
|
||||
- any: ["backend/**/*"]
|
||||
|
||||
docs:
|
||||
- any: ["**/*.md"]
|
||||
|
||||
frontend:
|
||||
- any: ["frontend/**/*"]
|
||||
|
||||
local dev:
|
||||
- any: ["**/gulpfile.js", "**/tsconfig.json"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue