코드 성능 최적화 (번들 최적화, 코드스플리팅, 트리쉐이킹) #7
Workflow file for this run
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: Labeler | |
on: | |
pull_request: | |
types: [opened] | |
pull_request_target: | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v2 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN || github.token }}' |