Skip to content

Commit 31835fb

Browse files
renovate[bot]peaceiriscodex
authored
chore(deps): update actions/labeler action to v6 (#1153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: peaceiris <30958501+peaceiris@users.noreply.github.com> Co-authored-by: Codex <noreply@openai.com>
1 parent f4f1bc4 commit 31835fb

2 files changed

Lines changed: 19 additions & 12 deletions

File tree

.github/labeler.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
cicd:
2-
- .github/workflows/*
2+
- changed-files:
3+
- any-glob-to-any-file: .github/workflows/*
34

45
dependencies:
5-
- .nvmrc
6-
- package.json
7-
- package-lock.json
6+
- changed-files:
7+
- any-glob-to-any-file:
8+
- .nvmrc
9+
- package.json
10+
- package-lock.json
811

912
documentation:
10-
- README.md
13+
- changed-files:
14+
- any-glob-to-any-file: README.md
1115

1216
test:
13-
- __tests__
17+
- changed-files:
18+
- any-glob-to-any-file: __tests__
1419

1520
docker:
16-
- .devcontainer/*
17-
- .dockerignore
18-
- Dockerfile
19-
- Makefile
20-
- docker-compose.yml
21+
- changed-files:
22+
- any-glob-to-any-file:
23+
- .devcontainer/*
24+
- .dockerignore
25+
- Dockerfile
26+
- Makefile
27+
- docker-compose.yml

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
1818

1919
# https://github.com/actions/labeler
20-
- uses: actions/labeler@v4
20+
- uses: actions/labeler@v6
2121
with:
2222
repo-token: "${{ steps.app.outputs.token }}"

0 commit comments

Comments
 (0)