Skip to content

chore: 자동 라벨링 workflow 파일 및 라벨러 수정 #20

chore: 자동 라벨링 workflow 파일 및 라벨러 수정

chore: 자동 라벨링 workflow 파일 및 라벨러 수정 #20

Workflow file for this run

name: 'Auto Assignees'
on:
pull_request:
types: [opened, ready_for_review, edited]
jobs:
register-assignees:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }}