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
@@ -24,7 +24,7 @@ jobs:
24
24
timeout-minutes: 10
25
25
steps:
26
26
- name: "Mark old PRs as stale"
27
-
uses: actions/stale@v9
27
+
uses: actions/stale@v10
28
28
with:
29
29
repo-token: ${{ secrets.GITHUB_TOKEN }}
30
30
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."
0 commit comments