Skip to content

Commit

Permalink
feat: labeler 액션에 checkout 스텝 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed May 30, 2024
1 parent acd125d commit 17fde3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- name: Checkout code
uses: actions/checkout@v4
- name: Add label
uses: actions/labeler@v5
with:
repo-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 17fde3c

Please sign in to comment.