Skip to content

chore: workflow 에러 수정 #39

chore: workflow 에러 수정

chore: workflow 에러 수정 #39

Workflow file for this run

name: Auto Assign Reviewers
on:
pull_request:
types: [opened, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
addReviewers:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v2.0.1
with:
repo-token: ${{ secrets.YML_GITHUB_TOKEN }}
configuration-path: .github/auto_assign.yml