-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
"Review can not be requested from author" #11
Comments
Hi @Warchant ! Thanks for reporting the problem. The message Auto Assign Action excludes the PR author from reviewers. I checked your repository. I have a concern that a format of reviewer list may have caused the exclusion process to fail. I want you to try modifying to Usernames must be handled in lowercase on the application. I think to need to fix it. |
Had the same issue in a private repo run, different casing was indeed the problem in my case;
where the user that commits has a username "Deva" results in this behaviour. Changing it to:
Fixes the issue. As all other username functionality on github is case insensitive this is counter-intuitive and I had to come here to see this as well, maybe this can be changed to accept any case variant? |
4 developers work on a single repo. If one developer creates a PR, and he is in the "reviewers" list, action fails with
"Review can not be requested from author"
.Expected behavior:
Author is skipped, all other users added as reviewers.
Actual behavior:
0 reviewers added.
Config:
The text was updated successfully, but these errors were encountered: