From 66928946372c85cd41d404f63e3c1da1bdeca3ca Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 15 Mar 2024 16:27:51 +0100 Subject: [PATCH] Tweak labeler (#29809) - `poetry.toml` does not picture dependencies - Add `.vue` files to `modifies/js` --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a1209c77b..980b9c337 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"