can-merge
can-merge copied to clipboard
commit statuses from forks are not included
Need to have a further look at GitHub api to find a another way to get commit statuses from forks as repository query does not pull the statuses from forks.
Hey @Green-Ranger11 @ljharb Can I work on this?
@PriyaBihani fine with me, but @Green-Ranger11 claimed it, so make sure you're not duplicating work, is all :-)
@PriyaBihani that's fine with me. Let me know if there's any clarification you need.
@PriyaBihani that's fine with me. Let me know if there's any clarification you need.
@Green-Ranger11 Can you explain a little more about what " get commit statuses from forks" mean?
As per our zoom chat:
When we get commit checks from anything outside the origin/main repo such as a fork; then commit statuses aren't being returned because of our use of the repository
endpoint (limitation) in buildQuery
on the GitHub api to return commit checks/status.