diff options
author | silverwind <me@silverwind.io> | 2024-03-31 13:35:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 13:35:11 +0200 |
commit | f691721714cba2a1a11e69c2b3da323b031620ff (patch) | |
tree | 4b1680a451c76aa597ab25b81f4da23d10d178a2 /.github/labeler.yml | |
parent | f8fbaaf26fa7798fde690f4400910069fbccd40e (diff) | |
download | gitea-f691721714cba2a1a11e69c2b3da323b031620ff.tar.gz gitea-f691721714cba2a1a11e69c2b3da323b031620ff.zip |
Remove `modifies/frontend` from labeler (#30198)
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: Giteabot <teabot@gitea.io>
Diffstat (limited to '.github/labeler.yml')
-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 4acdb6f6f5..d1b4d00d80 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: |