Skip to content

Commit

Permalink
fix: 체크아웃 과정을 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed May 30, 2024
1 parent 86f8156 commit ba5d405
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- name: Check out repository
uses: actions/checkout@v2

- name: Run Labeler
uses: actions/[email protected]
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
configuration-path: ".github/labeler.yml"

0 comments on commit ba5d405

Please sign in to comment.