Skip to content

Commit

Permalink
Chore/fix pr labeler (#16)
Browse files Browse the repository at this point in the history
* fix: pr-labeler checkout step 추가

* fix: labeler config path 절대 경로로 변경

* chore: config path 절대 경로로 변경

* chore: labeler로 파일명 오타 수정
  • Loading branch information
WooWan authored Jul 28, 2024
1 parent 702b86d commit 70ccc25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: "./.github/pr-labeler-config.yaml"
configuration-path: ".github/pr-labeler-config.yaml"

0 comments on commit 70ccc25

Please sign in to comment.