선착순 쿠폰 발행 및 대기열 시스템 관련 아티클 #18
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: apply labels | |
on: | |
issues: | |
types: | |
- opened | |
- edited | |
pull_request: | |
types: | |
- opened | |
- reopened | |
jobs: | |
apply-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: add labels | |
id: labeler | |
uses: jimschubert/labeler-action@v2 | |
with: | |
GITHUB_TOKEN: ${{secrets.ORG_GITHUB_TOKEN}} |