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.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ jobs:
18
18
pull-requests: write
19
19
20
20
steps:
21
-
- uses: actions/stale@v7
21
+
- uses: actions/stale@v9
22
22
with:
23
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
24
stale-issue-message: "This issue has not been updated for a long time. If no further updates are added, this will be closed automatically. Comment on the issue to prevent automatic closing."
0 commit comments