Skip to content

Commit 0373d71

Browse files
authored
chore: fix labeler configuration (#2688)
1 parent 83e25dd commit 0373d71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/labeler.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
- name: Labeler
15+
uses: actions/labeler@v5

0 commit comments

Comments
 (0)