Skip to content

Latest commit

 

History

History
112 lines (61 loc) · 3.69 KB

File metadata and controls

112 lines (61 loc) · 3.69 KB

3.2.3

maintenance release with updated dependencies

3.2.2

maintenance release with updated dependencies

3.2.1

maintenance release with updated dependencies

3.2.0

Exciting New Features 🎉

  • feat: filter grouping of multiple workflows by queue-name by @cdiaz-nex in #120

Other Changes 🔄

  • chore(deps): bump the npm group with 5 updates by @dependabot[bot] in #122

3.1.0

  • feat: filter workflows by queue-name by @cdiaz-nex in #117

3.0.0

  • Upgrade Node.js version to 24 in action. Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes

2.4.0

  • Migrate from jest to vitest
  • Bump to use Node.js 24
  • Dependency updates

2.3.2

maintenance release with updated dependencies

2.3.1

maintenance release with updated dependencies

2.3.0

Exciting New Features 🎉

  • Adding support for waiting on specific job/step completion in turnstyle by @selecsosi in #98

2.2.3

fix lockfile issue

2.2.2

maintenance release with updated dependencies

2.2.1

maintenance release with updated dependencies

2.2.0

Exciting New Features 🎉

  • feat: 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

2.1.0

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 with status in_progress but conclusion success by @gustaff-weldon in #50

2.0.0

  • 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

0.1.5

  • 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.

0.1.4

  • 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

0.1.3

  • 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
  • Favor GITHUB_HEAD_REF for branch name when present, typically the case for pull_request triggers #8

0.1.2

  • Query for previous runs at every iteration of the Waiter #3

0.1.1

  • Fix bug where poll-interval-seconds and continue-after-seconds were not getting parsed correctly as action inputs #2

0.1.0

  • Initial release