Releases: softprops/turnstyle
Releases · softprops/turnstyle
v2.2.3
fix lockfile issue
v2.2.2
v2.2.1
maintenance release with updated dependencies
v2.2.0
What's Changed
Exciting New Features 🎉
- feature: support GitHub Enterprise by @zachwhaley in #62
- feat: wait for "waiting" runs as well as "in_progress" and "queued" by @zachwhaley in #63
- feat: get github.token as default input by @qoomon in #61
New Contributors
- @zachwhaley made their first contribution in #62
- @qoomon made their first contribution in #61
Full Changelog: v2...v2.2.0
v2.1.0
What's Changed
Exciting New Features 🎉
- feature: fetch 100 results per page by @anomiex in #39
- feature: wait for queued runs and an option to refresh runs from GitHub API by @vigneshmsft in #31
Bug fixes 🐛
- fix: ignore inconsistent runs that have a status set to 'in_progress' but conclusion is 'success' by @gustaff-weldon in #50
New Contributors
- @anomiex made their first contribution in #39
- @vigneshmsft made their first contribution in #31
- @gustaff-weldon made their first contribution in #50
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Explain required GITHUB_TOKEN permissions by @chadxzs in #40
- Upgrade dependencies, add debug logs by @roryabraham in #46
- feat: bump action to use node20 runtime by @chenrui333 in #55
New Contributors
- @chadxzs made their first contribution in #40
- @roryabraham made their first contribution in #46
- @chenrui333 made their first contribution in #55
Full Changelog: v1...v2.0.0
introduce force_continued output when using continue-after-seconds input
- Added feature to set the output force_continued=true when using continue-after-seconds so that only a subset of future steps can be skipped.