aboutsummaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
blob: 06a5cd99d15b10defeb736120d0f0494fd381393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
kind/docs:
  - "**/*.md"
  - "docs/**"

kind/ui:
  - "web_src/**/*"
  - all: ["templates/**", "!templates/swagger/v1_json.tmpl"]

kind/api:
  - "templates/swagger/v1_json.tmpl"
  - "routers/api/**"

kind/build:
  - "Makefile"
  - "Dockerfile"
  - "Dockerfile.rootless"
  - "docker/**"
  - "webpack.config.js"

theme/package-registry:
  - "modules/packages/**"
  - "services/packages/**"
  - "routers/api/packages/**"
  - "routers/web/shared/packages/**"

kind/cli:
  - "cmd/**"

kind/lint:
  - ".eslintrc.yaml"
  - ".golangci.yml"
  - ".markdownlint.yaml"
  - ".spectral.yaml"
  - ".stylelintrc.yaml"
  - ".yamllint.yaml"