Uh oh!
There was an error while loading. Please reload this page.
feat: add getCheckRunByName to look up check run ID by commit ref and name - #109
feat: add getCheckRunByName to look up check run ID by commit ref and name#109HarshMN2345 wants to merge 3 commits into
Conversation
Greptile SummaryThis PR introduces
Confidence Score: 5/5Safe to merge — the new method is a focused, well-tested addition with no changes to existing behavior. The implementation correctly separates 404 (return 0) from other HTTP errors (throw), uses a straightforward API call with the check_name filter, and is covered by five integration tests exercising all meaningful code paths. No existing logic is modified. No files require special attention. Important Files Changed
Reviews (5): Last reviewed commit: "fix: use filter=all + max(id) instead of..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
1ca158d to
6f9878bCompareUh oh!
There was an error while loading. Please reload this page.
…turn the most recently created run
No description provided.