Skip to content

Commit 43ec576

Browse files
committed
fix: git action for auto-assign
1 parent e157f43 commit 43ec576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auto-assign.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
auto-assign:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: jimschubert/labeler-action@v2
10+
- uses: kentaro-m/auto-assign-action@v2.0.0
1111
with:
1212
configuration-path: '.github/auto-assign-config.yml'

0 commit comments

Comments
 (0)