diff options
author | silverwind <me@silverwind.io> | 2024-03-15 16:27:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 15:27:51 +0000 |
commit | 66928946372c85cd41d404f63e3c1da1bdeca3ca (patch) | |
tree | 4e8ababd86811db8a8518cf62425c3cd0ecb3abe /.github/labeler.yml | |
parent | 3b6e57273ae3fbefefd60daa0f826b0b3d15cf27 (diff) | |
download | gitea-66928946372c85cd41d404f63e3c1da1bdeca3ca.tar.gz gitea-66928946372c85cd41d404f63e3c1da1bdeca3ca.zip |
Tweak labeler (#29809)
- `poetry.toml` does not picture dependencies
- Add `.vue` files to `modifies/js`
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index a1209c77b8..980b9c337c 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" |