Skip to content

Commit 6692894

Browse files
authored
Tweak labeler (#29809)
- `poetry.toml` does not picture dependencies - Add `.vue` files to `modifies/js`
1 parent 3b6e572 commit 6692894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,10 @@ modifies/dependencies:
6767
- any-glob-to-any-file:
6868
- "package.json"
6969
- "package-lock.json"
70-
- "poetry.toml"
70+
- "pyproject.toml"
7171
- "poetry.lock"
7272
- "go.mod"
7373
- "go.sum"
74-
- "pyproject.toml"
7574

7675
modifies/go:
7776
- changed-files:
@@ -82,3 +81,4 @@ modifies/js:
8281
- changed-files:
8382
- any-glob-to-any-file:
8483
- "**/*.js"
84+
- "**/*.vue"

0 commit comments

Comments
 (0)