You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
+
## 3.2.2
2
+
3
+
maintenance release with updated dependencies
4
+
1
5
## 3.2.1
2
6
3
7
maintenance release with updated dependencies
4
8
5
9
## 3.2.0
6
10
7
-
## What's Changed
8
-
9
11
### Exciting New Features 🎉
10
12
11
-
- feat: filter grouping multiple workflows by queue-name by @cdiaz-nex in https://github.com/softprops/turnstyle/pull/120
13
+
- feat: filter grouping of multiple workflows by queue-name by @cdiaz-nex in https://github.com/softprops/turnstyle/pull/120
12
14
13
15
### Other Changes 🔄
14
16
@@ -20,13 +22,12 @@ maintenance release with updated dependencies
20
22
21
23
## 3.0.0
22
24
23
-
- Upgrade Node.js version to 24 in action
24
-
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
25
+
- 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](https://github.com/actions/runner/releases/tag/v2.327.1)
25
26
26
27
## 2.4.0
27
28
28
29
- Migrate from jest to vitest
29
-
- Bump to use node 24
30
+
- Bump to use Node.js 24
30
31
- Dependency updates
31
32
32
33
## 2.3.2
@@ -39,8 +40,6 @@ maintenance release with updated dependencies
39
40
40
41
## 2.3.0
41
42
42
-
## What's Changed
43
-
44
43
### Exciting New Features 🎉
45
44
46
45
- Adding support for waiting on specific job/step completion in turnstyle by @selecsosi in https://github.com/softprops/turnstyle/pull/98
@@ -61,7 +60,7 @@ maintenance release with updated dependencies
61
60
62
61
### Exciting New Features 🎉
63
62
64
-
-feature: support GitHub Enterprise by @zachwhaley in https://github.com/softprops/turnstyle/pull/62
63
+
-feat: support GitHub Enterprise by @zachwhaley in https://github.com/softprops/turnstyle/pull/62
65
64
- feat: wait for "waiting" runs as well as "in_progress" and "queued" by @zachwhaley in https://github.com/softprops/turnstyle/pull/63
66
65
- feat: get github.token as default input by @qoomon in https://github.com/softprops/turnstyle/pull/61
67
66
@@ -74,7 +73,7 @@ maintenance release with updated dependencies
74
73
75
74
### Bug fixes 🐛
76
75
77
-
- 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
76
+
- fix: ignore inconsistent runs with status in_progress but conclusion success by @gustaff-weldon in https://github.com/softprops/turnstyle/pull/50
78
77
79
78
## 2.0.0
80
79
@@ -94,15 +93,15 @@ maintenance release with updated dependencies
94
93
## 0.1.3
95
94
96
95
- 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)
97
-
-Favour`GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8)
96
+
-Favor`GITHUB_HEAD_REF` for branch name when present, typically the case for `pull_request` triggers [#8](https://github.com/softprops/turnstyle/pull/8)
98
97
99
98
## 0.1.2
100
99
101
100
- Query for previous runs at every iteration of the Waiter [#3](https://github.com/softprops/turnstyle/pull/4)
102
101
103
102
## 0.1.1
104
103
105
-
- 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)
104
+
- Fix bug where `poll-interval-seconds` and `continue-after-seconds`were not getting parsed correctly as action inputs [#2](https://github.com/softprops/turnstyle/pull/2)
0 commit comments