Cannot assign a team with requestReviewers
in GH Actions
#2659
Unanswered
jonaslindstr
asked this question in
Q&A
Replies: 1 comment
-
Tried with
and got the same error. So it's probably a permissions issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running this script in GitHub Actions with the default
github.token
:I get the error
The id
'T_kwDOAFzo9c4Ae0IP'
corresponds to thenode_id
of the correct team.When I run the same code but setting an individual reviewer instead of a team, the call works.
Not sure if this is a permissions issue related to teams, or a bug.
Beta Was this translation helpful? Give feedback.
All reactions