-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When running this on a PR from another repo, check-runs exists with 403 and {"message":"Resource not accessible by integration","documentation_url":"https://developer.github.com/v3/checks/runs/#create-a-check-run"}
To fix this, we probably need to check if it's a PullRequestEvent and if event.repository.fork === true
and then read something like event.pull_request.base.repo
instead I think.
raineorshine
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request