Skip to content

Commit

Permalink
fix: labeler 액션 configuration-path 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed May 30, 2024
1 parent f22a618 commit 86f8156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5.0.0
- uses: actions/labeler@v5
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
configuration-path: ".github/labeler.yml"

0 comments on commit 86f8156

Please sign in to comment.