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: actions/clean-up-repo/action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ runs:
32
32
steps:
33
33
- name: Clean issues and PRs
34
34
id: stale_issues_prs
35
-
uses: actions/stale@v9.0.0
35
+
uses: actions/stale@v9.1.0
36
36
with:
37
37
repo-token: ${{ inputs.token }}
38
38
stale-issue-message: 'This issue is stale because it has been open ${{ inputs.days-before-pr-stale }} days with no activity. Remove stale label or comment or this will be closed in ${{ inputs.days-before-pr-delete }} days'
0 commit comments