From f86ec4c302c36b2e3071b79f84155e5a2e070e4d Mon Sep 17 00:00:00 2001 From: Giteabot Date: Sun, 31 Mar 2024 19:37:01 +0800 Subject: [PATCH] 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 --- .github/labeler.yml | 7 ------- 1 file changed, 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: