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:
|
- any-glob-to-any-file:
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "package-lock.json"
|
- "package-lock.json"
|
||||||
- "poetry.toml"
|
- "pyproject.toml"
|
||||||
- "poetry.lock"
|
- "poetry.lock"
|
||||||
- "go.mod"
|
- "go.mod"
|
||||||
- "go.sum"
|
- "go.sum"
|
||||||
- "pyproject.toml"
|
|
||||||
|
|
||||||
modifies/go:
|
modifies/go:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
@ -82,3 +81,4 @@ modifies/js:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- "**/*.js"
|
- "**/*.js"
|
||||||
|
- "**/*.vue"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user