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>
pull/30211/head^2
Giteabot 11 months ago committed by GitHub
parent e581efe238
commit f86ec4c302
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