added labels

This commit is contained in:
Miodec 2022-05-06 13:21:03 +02:00
parent ee739eb45a
commit dd6734afe8

15
.github/labeler.yml vendored
View file

@ -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"]