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
I encountered the following when running yarn docker:scripts:npm:pull-request --release-version 0.13.0 --head-branch release-v0.13.0 --base-branch master as part of the Airnode release process (#1906)
/webpack:/api3/docker/scripts/github.ts:106
throw new Error(`Can't request a review for GitHub PR ${pullRequestNumber}: ${goRequestReview.error}`);
^
Error: Can't request a review for GitHub PR 1906: HttpError: Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the api3dao/airnode repository.
at Object.requestPullRequestReview (/webpack:/api3/docker/scripts/github.ts:106:1)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
I encountered the following when running
yarn docker:scripts:npm:pull-request --release-version 0.13.0 --head-branch release-v0.13.0 --base-branch master
as part of the Airnode release process (#1906)Which comes from:
airnode/docker/scripts/github.ts
Lines 94 to 108 in 449fa39
While this is slightly strange as there is a single team within the script and it hasn't changed in 11 months:
airnode/docker/scripts/github.ts
Line 9 in 449fa39
I believe this has to do with a reorganization / renaming of the repo "Collaborators" teams
The text was updated successfully, but these errors were encountered: