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/issues-stale.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
issues: write
13
13
pull-requests: write
14
14
steps:
15
-
- uses: actions/stale@v5
15
+
- uses: actions/stale@v9
16
16
with:
17
17
repo-token: ${{ secrets.GITHUB_TOKEN }}
18
18
days-before-close: 7
@@ -23,3 +23,4 @@ jobs:
23
23
stale-issue-label: 'inactive'
24
24
stale-issue-message: 'This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks!'
0 commit comments