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
Hello, I'm trying to use this action in one of the repos that I contribute to, but it seems you can only request review from collaborators, see this test action. Since our repo has many contributors, giving collaborator rights to each of them who is willing or wish to review is not really feasible.
I'm thinking perhaps this action can be extended to write a comment to mention the people that cannot be requested for review because they don't have collaborator rights. I searched for other actions and the closest thing I was able to find that has something similar to what I want to do is this action, which seems to be not longer maintained and only supports mentioning according to labels, so I think this action is closest to what I want.
The text was updated successfully, but these errors were encountered:
It seems I cannot manually request non-collaborators for review, so yes you probably don't have permission to request review from non-collaborators in the first place. It also says so in the docs that it returns http 422 status "if user is not a collaborator".
I was using the GITHUB_TOKEN token and gave write permissions to it in the settings.
Qrox
linked a pull request
Jun 8, 2023
that will
close
this issue
A general note for anyone else who gets this error - I ran into this issue with a Github team. It turns out my team was 'secret', making it visible solved the problem
Hello, I'm trying to use this action in one of the repos that I contribute to, but it seems you can only request review from collaborators, see this test action. Since our repo has many contributors, giving collaborator rights to each of them who is willing or wish to review is not really feasible.
I'm thinking perhaps this action can be extended to write a comment to mention the people that cannot be requested for review because they don't have collaborator rights. I searched for other actions and the closest thing I was able to find that has something similar to what I want to do is this action, which seems to be not longer maintained and only supports mentioning according to labels, so I think this action is closest to what I want.
The text was updated successfully, but these errors were encountered: