hrvey / combine-prs-workflow

Combine/group together PRs (for example from Dependabot and similar services)
https://www.hrvey.com/blog/combine-dependabot-prs
MIT License
296 stars 51 forks source link

Permissions? #21

Closed YuriGal closed 1 year ago

YuriGal commented 1 year ago

What permissions are required for the script to work? I assumed pull-requests: write should be enough, but I am getting

Error: Unhandled error: HttpError: Not Found

When script is requesting /pulls endpoint, which looks like permission issue to me.

YuriGal commented 1 year ago

nm, found the issue