Labels are not being correctly applied to PR using GITHUB_TOKEN
#1074
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
version:
It seems like
release-please
thinks it is adding the label successfully, even though no labels are added.I ran the action with debug log enabled, and at the end of the pr output,
"labels":[]
is empty, but reportingSuccessfully added labels autorelease: pending
.Snippet of debug log:
Possibly related: #1072 - however, adding the
repository-projects: read
permission did not fix the issue.config:
It might be worth noting that this isn't a problem when using a PAT instead of the GH token.
The text was updated successfully, but these errors were encountered: