fix lockfile issue
maintenance release with updated dependencies
maintenance release with updated dependencies
- 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
- 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
- fix: ignore inconsistent runs that have a status set to 'in_progress' but conclusion is 'success' by @gustaff-weldon in #50
- 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
- Added feature to set the output
force_continued=true
when usingcontinue-after-seconds
so that only a subset of future steps can be skipped.
- Introduce
abort-after-seconds
input. This behaves much the waycontinue-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
- Introduce
same-branch-only
input, used to explicitly control whether a workflow runs should be synchronized across branches. The default remainstrue
but can now be overridden tofalse
#7 - Favour
GITHUB_HEAD_REF
for branch name when present, typically the case forpull_request
triggers #8
- Query for previous runs at every iteration of the Waiter #3
- Fix bug where
poll-interval-seconds
andcontinue-after-seconds
where not getting parsed correctly as action inputs #2
- Initial release