fountainhead / action-wait-for-check

A GitHub Action that waits for another Check Run to have completed
MIT License
122 stars 44 forks source link

Wait for check by ID #45

Open k2589 opened 9 months ago

k2589 commented 9 months ago

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.