aboutsummaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-09-08 04:24:06 +0200
committerGitHub <noreply@github.com>2023-09-07 22:24:06 -0400
commit3c0c27965836328abd2668dcd77710ee2460535e (patch)
tree57302ecf1c5619be185d888e91c1bd876cf9942e /.github/labeler.yml
parentf9abb6ade28d49f00f28623d172b5a8ed27f4509 (diff)
downloadgitea-3c0c27965836328abd2668dcd77710ee2460535e.tar.gz
gitea-3c0c27965836328abd2668dcd77710ee2460535e.zip
Add `yamllint` (#26965)
So that https://github.com/go-gitea/gitea/pull/26964 does not happen again. Merge this after that PR. Config is based on [node's](https://github.com/nodejs/node/blob/main/.yamllint.yaml). --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index c9ee8a9e5c..4b4fc91e39 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -22,3 +22,4 @@ kind/lint:
- ".markdownlint.yaml"
- ".spectral.yaml"
- ".stylelintrc.yaml"
+ - ".yamllint.yaml"