aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/labeler.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 34713f078e..c9ee8a9e5c 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -1,24 +1,24 @@
kind/docs:
- - **/*.md
- - docs/**/*
+ - "**/*.md"
+ - "docs/**/*"
kind/ui:
- - web_src/**/*
+ - "web_src/**/*"
- all: ["templates/**/*", "!templates/swagger/v1_json.tmpl"]
kind/api:
- - templates/swagger/v1_json.tmpl
+ - "templates/swagger/v1_json.tmpl"
kind/build:
- - Makefile
- - Dockerfile
- - Dockerfile.rootless
- - docker/**
- - webpack.config.js
+ - "Makefile"
+ - "Dockerfile"
+ - "Dockerfile.rootless"
+ - "docker/**"
+ - "webpack.config.js"
kind/lint:
- - .eslintrc.yaml
- - .golangci.yml
- - .markdownlint.yaml
- - .spectral.yaml
- - .stylelintrc.yaml
+ - ".eslintrc.yaml"
+ - ".golangci.yml"
+ - ".markdownlint.yaml"
+ - ".spectral.yaml"
+ - ".stylelintrc.yaml"