I have 4 checks in my GitHub Enterprise web page.
Out of these 4 checks, 2 are of Jenkins.
When I am hitting Checks REST API, I am getting on 2 checks in the response which are Github checks i.e. Jenkins ones are not coming in response.
Is there any way to get all of these 4 checks using that REST API?
API I am using: api/v3/repos/{owner}/{repo}/commits/{ref}/check-runs
I had a similar confusion. I gained an understanding of my situation from this Stack Overflow answer:
https://stackoverflow.com/a/72312617
When I used the `/repos/{owner}/{repo}/commits/{ref}/status` endpoint, I found the items that were missing from the `pi/v3/repos/{owner}/{repo}/commits/{ref}/check-runs` endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.