Skip to content

Commit ccd5ad0

Browse files
authored
Fixed labeler rule wrong (#10662)
1 parent 6cc8874 commit ccd5ad0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/labeler.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test native:
2+
- all:
23
- changed-files:
34
- any-glob-to-any-file:
45
- instrumentation/logback/logback-appender-10/library/**

.github/workflows/label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
pull-requests: write
1111

1212
steps:
13-
- uses: actions/labeler@v4
13+
- uses: actions/labeler@v5
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)