We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961bae6 commit c7dcf54Copy full SHA for c7dcf54
.github/workflows/stale.yaml
@@ -1,6 +1,7 @@
1
name: "Close stale issues and PRs"
2
3
on:
4
+ workflow_dispatch: # needed for manually running this workflow
5
schedule:
6
- cron: "30 1 * * 6" # every Saturday at 1:30
7
CHANGELOG.md
@@ -17,7 +17,7 @@ _This release is scheduled to be released on 2025-01-01._
17
18
### Updated
19
20
-- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
+- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity).
21
22
### Fixed
23
0 commit comments