Any #Github #API expperts out there? I'm trying to fetch the statuses of the checks on a given PR but I'm struggling.
For example for this PR:
I want to get an equivalent of the line " 1 failing, 6 skipped, and 38 successful checks ".
I've tried both `/repos/django/django/commits/<ref>/status` and `/repos/django/django/statuses/<ref>` but they give different results from each other, and they don't match what is displayed on the PR itself ๐ค
GitHub
Fixed #35894 -- Reduced the usage of "patch" when referring to a code contribution. by bmispelon ยท Pull Request #18780 ยท django/django
Trac ticket number
ticket-35894
Branch description
I used git grep -iw patch -- ':!django/' ':!tests' ':!docs/releases/securit...