fix: 누락된 Column 정의 추가 #48
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: PR labeler | |
on: | |
pull_request: | |
types: [ opened ] | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Check Labels | |
id: labeler | |
uses: jimschubert/labeler-action@v1 | |
with: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |