[#218/refactor] 이메일 제목이 긴 경우 문제 해결한 템플릿 반영 #255
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'auto assign label to pull request' | |
on: | |
- pull_request_target | |
jobs: | |
labeler: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/labeler@v5 | |
with: | |
repo-token: ${{secrets.GITHUB_TOKEN}} | |
configuration-path: .github/labeler.yml |