Skip to content

Commit f8b7e94

Browse files
committed
ci: fix labeler action error
Fix "The configuration file (path: .github/labeler.yml) was not found locally" error Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent e2d5dd2 commit f8b7e94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
12+
- uses: actions/checkout@v4
13+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)