This PR covers my own specific needs, would love to get input on how to make it more general.
Adding the ability to set checkRunID instead of checkName to check for specific Check Run.
This PR assumes, that the user provides checkName or checkRunID.
If checkName is provided, checkRunID is ignored to handle basic behavior.
This PR covers my own specific needs, would love to get input on how to make it more general. Adding the ability to set
checkRunID
instead ofcheckName
to check for specific Check Run.This PR assumes, that the user provides
checkName
orcheckRunID
. IfcheckName
is provided,checkRunID
is ignored to handle basic behavior.