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 ce0d656 commit e80cd2dCopy full SHA for e80cd2d
.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"
5
discussion_comment:
6
types: [created]
7
@@ -15,4 +15,4 @@ jobs:
15
- name: Stale discussions action
16
uses: aws-github-ops/handle-stale-discussions@v1
17
env:
18
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
.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