Skip to content

Releases: softprops/turnstyle

v2.1.0

19 Jun 23:30
a4aad77
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.1.0

v2.0.0

19 Jun 14:56
d19765f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v2.0.0

introduce force_continued output when using continue-after-seconds input

24 Dec 17:10
Compare
Choose a tag to compare
  • 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.

introduce abort-after-seconds

02 Nov 00:14
Compare
Choose a tag to compare
  • Introduce abort-after-seconds input. This behaves much the way continue-after-seconds does but aborts from the workflow step rather than pushing onward. #19
  • Fix branch monitoring issue with same-branch-only when defaults inputs are provided #20

improve integration with pull_request triggers

12 Jul 11:16
Compare
Choose a tag to compare
  • Introduce same-branch-only input, used to explicitly control whether a workflow runs should be synchronized across branches. The default remains true but can now be overridden to false #7
  • Favour GITHUB_HEAD_REF for branch name when present, typically the case for pull_request triggers #8

Query for previous runs at every iteration of the Waiter

08 May 02:35
Compare
Choose a tag to compare

Fixed bug with parsing input parameters

29 Feb 19:55
b2c49cd
Compare
Choose a tag to compare

initial release

10 Feb 02:21
Compare
Choose a tag to compare