Skip to content

Commit 9ebc027

Browse files
committed
feat(actions): add actions/stale@v9
1 parent 33d8a79 commit 9ebc027

File tree

8 files changed

+501
-8
lines changed

8 files changed

+501
-8
lines changed

actions/actions/stale/v9/action

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
28ca1036281a5e5922ead5184a1bbf96e5fc984e

docs/supported-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Click on a version to see the binding's code.
2727
* [setup-java](https://github.com/actions/setup-java) - v2: [`SetupJavaV2`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupJavaV2.kt), v3: [`SetupJavaV3`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupJavaV3.kt), v4: [`SetupJavaV4`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupJavaV4.kt)
2828
* [setup-node](https://github.com/actions/setup-node) - v2: [`SetupNodeV2`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupNodeV2.kt), v3: [`SetupNodeV3`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupNodeV3.kt), v4: [`SetupNodeV4`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupNodeV4.kt)
2929
* [setup-python](https://github.com/actions/setup-python) - v2: [`SetupPythonV2`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupPythonV2.kt), v3: [`SetupPythonV3`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupPythonV3.kt), v4: [`SetupPythonV4`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupPythonV4.kt), v5: [`SetupPythonV5`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/SetupPythonV5.kt)
30-
* [stale](https://github.com/actions/stale) - v5: [`StaleV5`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV5.kt), v6: [`StaleV6`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV6.kt), v7: [`StaleV7`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV7.kt), v8: [`StaleV8`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV8.kt)
30+
* [stale](https://github.com/actions/stale) - v5: [`StaleV5`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV5.kt), v6: [`StaleV6`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV6.kt), v7: [`StaleV7`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV7.kt), v8: [`StaleV8`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV8.kt), v9: [`StaleV9`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV9.kt)
3131
* [upload-artifact](https://github.com/actions/upload-artifact) - v2: [`UploadArtifactV2`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/UploadArtifactV2.kt), v3: [`UploadArtifactV3`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/UploadArtifactV3.kt)
3232
* anmol098
3333
* [waka-readme-stats](https://github.com/anmol098/waka-readme-stats) - v4: [`WakaReadmeStatsV4`](https://github.com/typesafegithub/github-workflows-kt/blob/v[[ version ]]/github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/anmol098/WakaReadmeStatsV4.kt)
@@ -142,6 +142,6 @@ Click on a version to see the binding's code.
142142
Number of bindings available:
143143

144144
* counting by actions: 85
145-
* counting each version separately: 141
145+
* counting each version separately: 142
146146

147147
Actions [providing typings](https://github.com/typesafegithub/github-actions-typing/) (marked with ✅ on the above list): 18

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV5.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import kotlin.collections.toTypedArray
3131
* [Action on GitHub](https://github.com/actions/stale)
3232
*/
3333
@Deprecated(
34-
message = "This action has a newer major version: StaleV8",
35-
replaceWith = ReplaceWith("StaleV8"),
34+
message = "This action has a newer major version: StaleV9",
35+
replaceWith = ReplaceWith("StaleV9"),
3636
)
3737
public data class StaleV5 private constructor(
3838
/**

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV6.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import kotlin.collections.toTypedArray
3131
* [Action on GitHub](https://github.com/actions/stale)
3232
*/
3333
@Deprecated(
34-
message = "This action has a newer major version: StaleV8",
35-
replaceWith = ReplaceWith("StaleV8"),
34+
message = "This action has a newer major version: StaleV9",
35+
replaceWith = ReplaceWith("StaleV9"),
3636
)
3737
public data class StaleV6 private constructor(
3838
/**

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV7.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import kotlin.collections.toTypedArray
3232
* [Action on GitHub](https://github.com/actions/stale)
3333
*/
3434
@Deprecated(
35-
message = "This action has a newer major version: StaleV8",
36-
replaceWith = ReplaceWith("StaleV8"),
35+
message = "This action has a newer major version: StaleV9",
36+
replaceWith = ReplaceWith("StaleV9"),
3737
)
3838
public data class StaleV7 private constructor(
3939
/**

github-workflows-kt/src/gen/kotlin/io/github/typesafegithub/workflows/actions/actions/StaleV8.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@file:Suppress(
55
"DataClassPrivateConstructor",
66
"UNUSED_PARAMETER",
7+
"DEPRECATION",
78
)
89

910
package io.github.typesafegithub.workflows.actions.actions
@@ -12,6 +13,7 @@ import io.github.typesafegithub.workflows.domain.actions.Action
1213
import io.github.typesafegithub.workflows.domain.actions.RegularAction
1314
import java.util.LinkedHashMap
1415
import kotlin.Boolean
16+
import kotlin.Deprecated
1517
import kotlin.Float
1618
import kotlin.Int
1719
import kotlin.String
@@ -29,6 +31,10 @@ import kotlin.collections.toTypedArray
2931
*
3032
* [Action on GitHub](https://github.com/actions/stale)
3133
*/
34+
@Deprecated(
35+
message = "This action has a newer major version: StaleV9",
36+
replaceWith = ReplaceWith("StaleV9"),
37+
)
3238
public data class StaleV8 private constructor(
3339
/**
3440
* Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.

0 commit comments

Comments
 (0)