[Bug Fix/429] participant의 palette column 삭제 및 anonymous로 이동 #867
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 labeler | |
on: | |
pull_request: | |
types: [ opened, edited ] | |
issues: | |
types: [ opened, edited ] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read # configuration yml file 을 읽기 위한 권한 | |
issues: write # issue 에 라벨을 추가하기 위한 권한 | |
pull-requests: write # pull request 에 라벨을 추가하기 위한 권한 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name : Auto labeling | |
uses: hoho4190/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
yaml-file: .github/github-label-config.yml |