can-merge icon indicating copy to clipboard operation
can-merge copied to clipboard

commit statuses from forks are not included

Open Green-Ranger11 opened this issue 3 years ago • 5 comments

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.

Green-Ranger11 avatar Feb 02 '22 20:02 Green-Ranger11

Hey @Green-Ranger11 @ljharb Can I work on this?

PriyaBihani avatar Feb 07 '22 19:02 PriyaBihani

@PriyaBihani fine with me, but @Green-Ranger11 claimed it, so make sure you're not duplicating work, is all :-)

ljharb avatar Feb 07 '22 19:02 ljharb

@PriyaBihani that's fine with me. Let me know if there's any clarification you need.

Green-Ranger11 avatar Feb 07 '22 20:02 Green-Ranger11

@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?

PriyaBihani avatar Feb 10 '22 19:02 PriyaBihani

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.

Green-Ranger11 avatar Feb 13 '22 10:02 Green-Ranger11