The mechanism for finding the PRs and releases associated with a commit relies on the repo being public. This is because there's no good programmatic API equivalent for what is provided via GitHub https://github.com/${repo}/branch_commits/${sha}.
This will likely be resolved when Probot migrates to GraphQL.
The mechanism for finding the PRs and releases associated with a commit relies on the repo being public. This is because there's no good programmatic API equivalent for what is provided via GitHub
https://github.com/${repo}/branch_commits/${sha}.This will likely be resolved when Probot migrates to GraphQL.