aboutsummaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
blob: 34713f078e61a214ac1fab583874b1107aa437a2 (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
kind/docs:
  - **/*.md
  - docs/**/*

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

kind/api:
  - templates/swagger/v1_json.tmpl

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

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