We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c6cf6 commit b7b112dCopy full SHA for b7b112d
.github/workflows/handle-stale-discussions.yml
@@ -1,7 +1,7 @@
1
name: HandleStaleDiscussions
2
on:
3
schedule:
4
- - cron: '0 */4 * * *'
+ - cron: '0 9 * * 1' # minute hour dom month dow
5
discussion_comment:
6
types: [created]
7
.github/workflows/stale-issue.yml
@@ -3,7 +3,7 @@ name: "Close stale issues"
# Controls when the action will run.
- - cron: "*/60 * * * *"
8
jobs:
9
cleanup:
0 commit comments