monkeytype/.github/labeler.yml

19 lines
312 B
YAML
Raw Normal View History

2022-05-06 19:21:03 +08:00
api:
- any: ["frontend/src/ts/ape/**/*", "backend/src/api/**/*"]
assets:
2022-05-06 19:30:21 +08:00
- any: ["frontend/static/**/*"]
all: ["!frontend/static/**/*.html"]
2022-05-06 19:21:03 +08:00
backend:
- any: ["backend/**/*"]
docs:
- any: ["**/*.md"]
2022-05-06 18:52:24 +08:00
frontend:
- any: ["frontend/**/*"]
2022-05-06 19:21:03 +08:00
local dev:
- any: ["**/gulpfile.js", "**/tsconfig.json"]