Releases: lewagon/wait-on-check-action
Releases · lewagon/wait-on-check-action
Update `actions/cache` to v4
v1.3.3
New feature: ignore checks #80
v1.3.2
Lock bundler version - cf #97
v1.3.1
What's Changed
- Add Reusable Workflow Guidance by @erikerikson in #72
New Contributors
- @erikerikson made their first contribution in #72
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Update actions dependencies
v1.2.0
v1.1.2
What's Changed
- Update README.md by @matiasalbarello in #46
- Bump per_page parameter to 100 in check_runs_for_ref call. by @ditman in #41
- Feature/extend compatibility by using composite by @matiasalbarello in #48
- Release/v1.1.1.rc by @matiasalbarello in #51
- Use secrets.GITHUB_TOKEN by default as repo-token by @eafzali in #58
- Revert "Use secrets.GITHUB_TOKEN by default as repo-token" by @ssaunier in #60
- Feature/add auto paginate by @matiasalbarello in #44
- Bump octokit from 4.23.0 to 4.25.0 by @dependabot in #69
- Octokit client: don't authenticate with empty string by @sshane in #67
New Contributors
- @ditman made their first contribution in #41
- @eafzali made their first contribution in #58
- @ssaunier made their first contribution in #60
- @sshane made their first contribution in #67
Full Changelog: v1.0.0...v1.1.2
Release v1.1.1
This includes compatibility with Windows and Mac self-hosted runners using composite.
Release Candidate for v1.1.0
Includes compatibility with Windows and MacOS self-hosted runners.
Release v1.0.0
Fixing the name of the release version, to include the v
as pointed out here.
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.