You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run necojackarc/[email protected]
with:
token: ***
config: .github/auto_request_review.yml
use_local: false
Fetching configuration file from the source branch
Fetching changed files in the pull request
Identifying reviewers based on the changed files
Identifying reviewers based on the author
"per_author" is not set; returning no reviewers for the author.
Adding other group members to reviewers if group assignment feature is on
Group assignment feature is disabled
Randomly picking reviewers if the number of reviewers is set
Requesting review to Manav-Aggarwal, tuxcanfly, Nashqueue
Error: HttpError: Review cannot be requested from pull request author.
# See https://github.com/marketplace/actions/auto-request-review for more
# information on how to use this action
auto-request-review:
if: ${{ inputs.run-auto-request-review }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: necojackarc/[email protected]
with:
# There is a rollkit level PAT_FOR_AUTO_REQUEST_REVIEW secret that
# belongs to MSevey who should have sufficient access for all public
# repos
token: ${{ secrets.PAT_FOR_AUTO_REQUEST_REVIEW }}
Overview
Github user Nashqueue submitted a PR and the workflow failed to assign reviewers because the workflow picked Nashqueue as a reviewer.
Can we update the workflow to proactively check the PR author and exclude them from the list of potential reviewers?
Log
Example failure:
https://github.com/rollkit/rollkit/actions/runs/6533811456/job/17739738877
auto_request_review.yml
workflow yml
cc @nashqueue
The text was updated successfully, but these errors were encountered: