Releases: lewagon/wait-on-check-action
Releases · lewagon/wait-on-check-action
Release v1.0.0
This release, apart from bug fixes, includes some new features:
- Add an option to filter checks using Regular Expressions.
- Add an option to allow different check conclusions.
In has several changes to the project structure:
- Add test workflows
- Add unit tests
- Use Octokit Gem for GitHub integration
The documentation (Readme.md) was updated but still needs improvements.
0.2
Thanks @matiasalbarello, @SrodriguezO, @Billy-, and @axtgr for contributions.
Changes:
- GitHub Token parameter is now optional
- check name can be omitted to wait for all scheduled checks to complete (perfect for deploy workflows)
- If the status of the check is "queued" — keep waiting.
v0.1: Merge pull request #2 from axtgr/patch-1
Also waits for queued checks, thanks to @axtgr
v0.1-beta.2
This action can be used to halt any workflow until required checks for a given ref pass successfully. It uses GitHub Check Runs API to poll for a given check result agains a given git ref — until a check either succeeds or fails.
On a failed check the action will exit with 1 and stop the workflow. On success it will yield control to next step.