diff options
author | Denys Konovalov <kontakt@denyskon.de> | 2023-10-08 18:16:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 12:16:56 -0400 |
commit | 0c2a3f4cdcc18f5b00b043a50d8f947e11cf604d (patch) | |
tree | fa166ccd0b8b162d6b73517091d30be4448de20f /.github | |
parent | 4335c332bad82df3886f23a61ae71f06930a2196 (diff) | |
download | gitea-0c2a3f4cdcc18f5b00b043a50d8f947e11cf604d.tar.gz gitea-0c2a3f4cdcc18f5b00b043a50d8f947e11cf604d.zip |
Update labeler to match new labeling system (#27525)
Diffstat (limited to '.github')
-rw-r--r-- | .github/labeler.yml | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index d9a5782f7d..8a5ab26975 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,22 +1,36 @@ -kind/docs: +modifies/docs: - "**/*.md" - "docs/**" -kind/ui: +modifies/frontend: - "web_src/**/*" + +modifies/templates: - all: ["templates/**", "!templates/swagger/v1_json.tmpl"] -kind/build: +modifies/api: + - "routers/api/**" + - "templates/swagger/v1_json.tmpl" + +modifies/cli: + - "cmd/**" + +modifies/translation: + - "options/locale/*.ini" + +modifies/migrations: + - "models/migrations/**/*" + +modifies/internal: - "Makefile" - "Dockerfile" - "Dockerfile.rootless" - "docker/**" - "webpack.config.js" - -kind/lint: - ".eslintrc.yaml" - ".golangci.yml" - ".markdownlint.yaml" - ".spectral.yaml" - ".stylelintrc.yaml" - ".yamllint.yaml" + - ".github/**" |