Skip to content

bug: 이전 기수로 멤버가 찾아지는 현상 수정 #65

bug: 이전 기수로 멤버가 찾아지는 현상 수정

bug: 이전 기수로 멤버가 찾아지는 현상 수정 #65

Workflow file for this run

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}}