Closed vinayakkulkarni closed 3 years ago
Hello @vinayakkulkarni, Although your PR seems correct, I don't think it will fix your issue. That's just a warning, but the real error that stopped your release process was:
RequestError [HttpError]: Review cannot be requested from pull request author.
You're assigning yourself as a reviewer and GitHub doesn't allow it. That's why it failed.
Feel free to reopen if needed :)
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
pullRequestReviewers: ['vinayakkulkarni']
Expected behavior A new automated PR should be created with default reviewers.
Screenshots
Environment (please complete the following information):
node -v
: v16.3.0npm -v
: 7.17.0Additional context This is due to octokit's deprecation of createReviewRequest, instead it's requestReviewers