We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbbd51 commit f9abb6aCopy full SHA for f9abb6a
.github/labeler.yml
@@ -1,24 +1,24 @@
1
kind/docs:
2
- - **/*.md
3
- - docs/**/*
+ - "**/*.md"
+ - "docs/**/*"
4
5
kind/ui:
6
- - web_src/**/*
+ - "web_src/**/*"
7
- all: ["templates/**/*", "!templates/swagger/v1_json.tmpl"]
8
9
kind/api:
10
- - templates/swagger/v1_json.tmpl
+ - "templates/swagger/v1_json.tmpl"
11
12
kind/build:
13
- - Makefile
14
- - Dockerfile
15
- - Dockerfile.rootless
16
- - docker/**
17
- - webpack.config.js
+ - "Makefile"
+ - "Dockerfile"
+ - "Dockerfile.rootless"
+ - "docker/**"
+ - "webpack.config.js"
18
19
kind/lint:
20
- - .eslintrc.yaml
21
- - .golangci.yml
22
- - .markdownlint.yaml
23
- - .spectral.yaml
24
- - .stylelintrc.yaml
+ - ".eslintrc.yaml"
+ - ".golangci.yml"
+ - ".markdownlint.yaml"
+ - ".spectral.yaml"
+ - ".stylelintrc.yaml"
0 commit comments