pull-request icon indicating copy to clipboard operation
pull-request copied to clipboard

Team_reviewer is throwing a HTTP 422 error

Open EmiiFont opened this issue 3 years ago • 1 comments

Hi, i'm trying to add the team as a reviewer but is not picking it up

I've tried pr_reviewer: "team-prs" pr_reviewer: "/team-prs" pr_reviewer: "@org/team-prs" pr_reviewer: "org/team-prs"

and it shows an error Error requesting reviewer: Unprocessable Entity (HTTP 422)

any ideas?

EmiiFont avatar Aug 20 '21 20:08 EmiiFont

Try to use a PAT with admin:org(read:org) scope

See https://github.community/t/bug-github-action-cannot-assign-teams/131186

wei avatar Aug 22 '21 00:08 wei