Skip to content

chore: 마이너스 기호 입력 방지 및 maxLength 설정 #541

chore: 마이너스 기호 입력 방지 및 maxLength 설정

chore: 마이너스 기호 입력 방지 및 maxLength 설정 #541

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