|
| 1 | +## 2.2.0 |
| 2 | + |
| 3 | +### Exciting New Features 🎉 |
| 4 | + |
| 5 | +- feature: support GitHub Enterprise by @zachwhaley in https://github.com/softprops/turnstyle/pull/62 |
| 6 | +- feat: wait for "waiting" runs as well as "in_progress" and "queued" by @zachwhaley in https://github.com/softprops/turnstyle/pull/63 |
| 7 | +- feat: get github.token as default input by @qoomon in https://github.com/softprops/turnstyle/pull/61 |
| 8 | + |
1 | 9 | ## 2.1.0
|
2 | 10 |
|
3 | 11 | ### Exciting New Features 🎉
|
4 | 12 |
|
5 |
| -* feature: fetch 100 results per page by @anomiex in https://github.com/softprops/turnstyle/pull/39 |
6 |
| -* feature: wait for queued runs and an option to refresh runs from GitHub API by @vigneshmsft in https://github.com/softprops/turnstyle/pull/31 |
| 13 | +- feature: fetch 100 results per page by @anomiex in https://github.com/softprops/turnstyle/pull/39 |
| 14 | +- feature: wait for queued runs and an option to refresh runs from GitHub API by @vigneshmsft in https://github.com/softprops/turnstyle/pull/31 |
7 | 15 |
|
8 | 16 | ### Bug fixes 🐛
|
9 |
| -* fix: ignore inconsistent runs that have a status set to 'in_progress' but conclusion is 'success' by @gustaff-weldon in https://github.com/softprops/turnstyle/pull/50 |
| 17 | + |
| 18 | +- fix: ignore inconsistent runs that have a status set to 'in_progress' but conclusion is 'success' by @gustaff-weldon in https://github.com/softprops/turnstyle/pull/50 |
10 | 19 |
|
11 | 20 | ## 2.0.0
|
12 | 21 |
|
13 |
| -* Explain required GITHUB_TOKEN permissions by @chadxzs in https://github.com/softprops/turnstyle/pull/40 |
14 |
| -* Upgrade dependencies, add debug logs by @roryabraham in https://github.com/softprops/turnstyle/pull/46 |
15 |
| -* feat: bump action to use node20 runtime by @chenrui333 in https://github.com/softprops/turnstyle/pull/55 |
| 22 | +- Explain required GITHUB_TOKEN permissions by @chadxzs in https://github.com/softprops/turnstyle/pull/40 |
| 23 | +- Upgrade dependencies, add debug logs by @roryabraham in https://github.com/softprops/turnstyle/pull/46 |
| 24 | +- feat: bump action to use node20 runtime by @chenrui333 in https://github.com/softprops/turnstyle/pull/55 |
16 | 25 |
|
17 | 26 | ## 0.1.5
|
18 | 27 |
|
19 |
| -* 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. |
| 28 | +- 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. |
20 | 29 |
|
21 | 30 | ## 0.1.4
|
22 | 31 |
|
23 |
| -* 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](https://github.com/softprops/turnstyle/pull/19) |
24 |
| -* Fix branch monitoring issue with `same-branch-only` when defaults inputs are provided [#20](https://github.com/softprops/turnstyle/pull/20) |
| 32 | +- 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](https://github.com/softprops/turnstyle/pull/19) |
| 33 | +- Fix branch monitoring issue with `same-branch-only` when defaults inputs are provided [#20](https://github.com/softprops/turnstyle/pull/20) |
25 | 34 |
|
26 | 35 | ## 0.1.3
|
27 | 36 |
|
28 |
| -* 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](https://github.com/softprops/turnstyle/pull/7) |
29 |
| -* Favour `GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8) |
| 37 | +- 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](https://github.com/softprops/turnstyle/pull/7) |
| 38 | +- Favour `GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8) |
30 | 39 |
|
31 | 40 | ## 0.1.2
|
32 | 41 |
|
33 |
| -* Query for previous runs at every iteration of the Waiter [#3](https://github.com/softprops/turnstyle/pull/4) |
| 42 | +- Query for previous runs at every iteration of the Waiter [#3](https://github.com/softprops/turnstyle/pull/4) |
34 | 43 |
|
35 | 44 | ## 0.1.1
|
36 | 45 |
|
37 |
| -* Fix bug where `poll-interval-seconds` and `continue-after-seconds` where not getting parsed correctly as action inputs [#2](https://github.com/softprops/turnstyle/pull/2) |
| 46 | +- Fix bug where `poll-interval-seconds` and `continue-after-seconds` where not getting parsed correctly as action inputs [#2](https://github.com/softprops/turnstyle/pull/2) |
38 | 47 |
|
39 | 48 | ## 0.1.0
|
40 | 49 |
|
41 |
| -* Initial release |
| 50 | +- Initial release |
0 commit comments