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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name: Close Stale Issues
2
2
3
3
on:
4
4
schedule:
5
-
- cron: '0 0 * * *'# Run every day at midnight
5
+
- cron: '0 * * * *'# Run every hour
6
6
7
7
jobs:
8
8
close-issues:
@@ -11,10 +11,12 @@ jobs:
11
11
issues: write
12
12
steps:
13
13
- name: Close stale issues
14
-
uses: actions/stale@v5
14
+
uses: actions/stale@v9.0.0
15
15
with:
16
16
days-before-issue-stale: 365
17
17
days-before-issue-close: 0
18
18
stale-issue-label: "stale"
19
19
stale-issue-message: "This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it."
0 commit comments