auto_pr_comments_from_forks icon indicating copy to clipboard operation
auto_pr_comments_from_forks copied to clipboard

Private repos don't work - auth_crl should be used always

Open jsoref opened this issue 3 years ago • 0 comments

For private repos (which can have forks), curl requests will not work without a bearer token.

Runs will fail like this:

Error parsing pull requests
{
  "message": "Not Found",
  "documentation_url": "https://docs.github.com/rest/reference/pulls#list-pull-requests"
}
jq: error (at /dev/fd/63:4): Cannot index string with string "locked"

jsoref avatar Feb 07 '21 08:02 jsoref