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/StaleIssues.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
name: Close inactive issues
2
2
on:
3
+
workflow_dispatch:
3
4
schedule:
4
5
# Runs every Monday at 06:00 PST (14:00 UTC)
5
6
- cron: '0 14 * * 1'
@@ -16,5 +17,7 @@ jobs:
16
17
stale-issue-label: "stale"
17
18
stale-issue-message: "This issue has been inactive for a year. It will be closed in 31 days if no further activity occurs. If you believe this issue is still relevant, please comment to keep it open."
18
19
close-issue-message: "Closing due to prolonged inactivity."
0 commit comments