We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
Facing the same.
Sorry, something went wrong.
you should be using pull_request_target if it is coming from fork PR.
pull_request_target
#101 (comment)
No branches or pull requests
get error:
![image](https://user-images.githubusercontent.com/67670270/195348453-e8c7efa8-0722-41ae-886d-e123891b2780.png)
The text was updated successfully, but these errors were encountered: