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: .github/workflows/stale.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ jobs:
23
23
timeout-minutes: 10
24
24
steps:
25
25
- name: "Mark old PRs as stale"
26
-
uses: actions/stale@v9
26
+
uses: actions/stale@v10
27
27
with:
28
28
repo-token: ${{ secrets.GITHUB_TOKEN }}
29
29
stale-pr-message: "This PR was marked as stale after ${{ env.DAYS_BEFORE_PR_STALE }} days of inactivity and will be closed after another ${{ env.DAYS_BEFORE_PR_CLOSE }} days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it."
description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a beta state. More services and functionality will be supported soon."
127
+
description: "A command-line interface to manage STACKIT resources."
128
128
license: "Apache-2.0"
129
129
# If set to auto, the release will not be uploaded to the homebrew tap repo
130
130
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
@@ -144,12 +144,12 @@ snapcrafts:
144
144
# centre graphical frontends
145
145
title: STACKIT CLI
146
146
summary: A command-line interface to manage STACKIT resources.
147
-
description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a beta state. More services and functionality will be supported soon."
147
+
description: "A command-line interface to manage STACKIT resources."
148
148
license: Apache-2.0
149
149
confinement: classic
150
150
# Grade "devel" will only release to `edge` and `beta` channels
151
151
# Grade "stable" will also release to the `candidate` and `stable` channels
0 commit comments