Open opencurveadmin opened 2 years ago
name: 'Auto Assign' on: pull_request: types: [opened, reopened, ready_for_review] jobs: add-reviews: runs-on: ubuntu-latest steps: - name: 'Auto Assign Action' uses: kentaro-m/auto-assign-action@v1.2.3 with: addReviewers: true addAssignees: false reviewers: - test numberOfReviewers: 1
get error:
Facing the same.
you should be using pull_request_target if it is coming from fork PR.
pull_request_target
https://github.com/kentaro-m/auto-assign-action/issues/101#issuecomment-1428003670
get error: