-
Notifications
You must be signed in to change notification settings - Fork 97
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 bot error: Reviews may only be requested from collaborators #405
Comments
Looks like this is related to the migration to the People Chain - identities are off the relay and now the bot thinks that nobody is a collaborator (there are no Github handles where it's looking). I haven't looked into the bot code yet but if you look at the logs for the "Get github handle of the fellows stage" it doesn't even connect to Polkadot People. Also compare that stage of the action to the most recent PR merged to main which must have run before the identities were removed and you can see that #381 doesn't find the Github handles, but the stage is still passing. It then fails later because nobody who has reviewed it is in the list of ""s. |
Looks like it is now fixed: paritytech/review-bot#131 Pending release and confirmation that this is the same cause |
Yea waiting for approvals here now: #409 |
I have seen the error message before. The migration also happened at the 28th AFAIK. |
Yea the same error would be triggered if somebody outside the fellowship (or not listed as a collaborator) reviewed the PR before it was changed. |
Fixed not it seems. |
CI from here:
cc @Bullrich
The text was updated successfully, but these errors were encountered: