Skip to content

Commit 5d1d616

Browse files
chore(deps): update actions/labeler action to v6 (#1000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Niko Köser <koeserniko@gmail.com>
1 parent a0435ba commit 5d1d616

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

.github/labeler.yml

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,42 @@
33
# Area labels
44
area/ci:
55
- changed-files:
6-
- any-glob-to-any-file:
7-
- '.github/**/*'
8-
- '.golangci.yaml'
9-
- 'Makefile'
6+
- any-glob-to-any-file:
7+
- ".github/**/*"
8+
- ".golangci.yaml"
9+
- "Makefile"
1010

1111
area/testing:
1212
- changed-files:
13-
- any-glob-to-any-file:
14-
- '**/*_test.go'
15-
- '**/testdata/**/*'
13+
- any-glob-to-any-file:
14+
- "**/*_test.go"
15+
- "**/testdata/**/*"
1616

1717
area/dependencies:
1818
- changed-files:
19-
- any-glob-to-any-file:
20-
- 'go.mod'
21-
- 'go.sum'
22-
- 'renovate.json'
19+
- any-glob-to-any-file:
20+
- "go.mod"
21+
- "go.sum"
22+
- "renovate.json"
2323

2424
area/documentation:
2525
- changed-files:
26-
- any-glob-to-any-file:
27-
- 'README.md'
28-
- 'LICENSE'
29-
- 'CONTRIBUTING.md'
30-
- 'CODE_OF_CONDUCT.md'
31-
- 'SECURITY.md'
32-
- 'GEMINI.md'
33-
- '**/*.md'
26+
- any-glob-to-any-file:
27+
- "README.md"
28+
- "LICENSE"
29+
- "CONTRIBUTING.md"
30+
- "CODE_OF_CONDUCT.md"
31+
- "SECURITY.md"
32+
- "**/*.md"
3433

3534
area/api:
3635
- changed-files:
37-
- any-glob-to-any-file:
38-
- 'notify.go'
39-
- 'send.go'
40-
- 'use.go'
36+
- any-glob-to-any-file:
37+
- "notify.go"
38+
- "send.go"
39+
- "use.go"
4140

4241
area/services:
4342
- changed-files:
44-
- any-glob-to-any-file:
45-
- 'service/**/*'
43+
- any-glob-to-any-file:
44+
- "service/**/*"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Label PR
16-
uses: actions/labeler@v5
16+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
configuration-path: .github/labeler.yml

0 commit comments

Comments
 (0)