octocrab
octocrab copied to clipboard
feat: add check run pull requests and list parameters
This PR add a few request parameters for the list check run from check suite request (see: https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#list-check-runs-in-a-check-suite)
It also adds the pull_requests field to CheckRun.
This is useful when handling check suite event that are not yet attached to a pull request.
Let me know if anything needs to be changed.
This PR add a few request parameters for the list check run from check suite request (see: https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#list-check-runs-in-a-check-suite)
I think you meant to link to https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#get-a-check-run , no?
Friendly ping @XAMPPRocky :)
Thank you for your PR! Sorry about the delay I've been busy with work and then taking a holiday. It seems there are now conflicts, once those are resolved, we can get this merged.
Just rebased
Thank you for your PR, and congrats on your first contribution! 🎉