From f691721714cba2a1a11e69c2b3da323b031620ff Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 31 Mar 2024 13:35:11 +0200 Subject: [PATCH] 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 --- .github/labeler.yml | 7 ------- 1 file changed, 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: