From f2cfe3f9530a1e905f4e01c6dd03e04d2b5c875a Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 15 Mar 2024 11:06:49 +0100 Subject: [PATCH] Tweak labeler --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a1209c77b8c51..980b9c337cc36 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -67,11 +67,10 @@ modifies/dependencies: - any-glob-to-any-file: - "package.json" - "package-lock.json" - - "poetry.toml" + - "pyproject.toml" - "poetry.lock" - "go.mod" - "go.sum" - - "pyproject.toml" modifies/go: - changed-files: @@ -82,3 +81,4 @@ modifies/js: - changed-files: - any-glob-to-any-file: - "**/*.js" + - "**/*.vue"