diff options
author | Giteabot <teabot@gitea.io> | 2024-03-31 19:37:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 13:37:01 +0200 |
commit | f86ec4c302c36b2e3071b79f84155e5a2e070e4d (patch) | |
tree | 87fbf467f234f68dc9afd0c674c8114d285908a2 | |
parent | e581efe238d1f735787b5dbdfcce9a1d73384ef3 (diff) | |
download | gitea-f86ec4c302c36b2e3071b79f84155e5a2e070e4d.tar.gz gitea-f86ec4c302c36b2e3071b79f84155e5a2e070e4d.zip |
Remove `modifies/frontend` from labeler (#30198) (#30212)
Backport #30198 by @silverwind
Remove this label, I find it barely useful and we already have more
useful labels like `modifies/js`. Backport so that we can eventually
delete that label.
Co-authored-by: silverwind <me@silverwind.io>
-rw-r--r-- | .github/labeler.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 980b9c337c..e59440b11c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,13 +4,6 @@ modifies/docs: - "**/*.md" - "docs/**" -modifies/frontend: - - changed-files: - - any-glob-to-any-file: - - "web_src/**" - - "tailwind.config.js" - - "webpack.config.js" - modifies/templates: - changed-files: - all-globs-to-any-file: |