Tweak labeler (#29809)
- `poetry.toml` does not picture dependencies - Add `.vue` files to `modifies/js`
This commit is contained in:
parent
3b6e57273a
commit
6692894637
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user