Skip to content

Releases: softprops/turnstyle

v2.2.3

31 Oct 23:03
ab8b842
Compare
Choose a tag to compare

v2.2.2

31 Oct 18:35
e870630
Compare
Choose a tag to compare

What's Changed

  • maintenance release with updated dependencies

Full Changelog: v2...v2.2.2

v2.2.1

30 Jul 19:23
49108bd
Compare
Choose a tag to compare

maintenance release with updated dependencies

v2.2.0

17 Jul 20:35
088c28e
Compare
Choose a tag to compare

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

Full Changelog: v2...v2.2.0

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