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>
pull/30200/head^2
silverwind 8 months ago committed by GitHub
parent f8fbaaf26f
commit f691721714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      .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:

Loading…
Cancel
Save