Skip to content

Commit

Permalink
Merge pull request #3838 from aBurmeseDev/john-handle-stale-discussions
Browse files Browse the repository at this point in the history
chore: update auto-closing on stale discussions
  • Loading branch information
aBurmeseDev authored Aug 29, 2023
2 parents 447e6fb + ae6d521 commit c6ab4a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/handle-stale-discussions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: HandleStaleDiscussions
on:
schedule:
- cron: '0 */4 * * *'
- cron: "0 4 * * 1"
discussion_comment:
types: [created]

Expand All @@ -15,6 +15,8 @@ jobs:
- name: Stale discussions action
uses: aws-github-ops/handle-stale-discussions@v1
with:
# This will close stale-discussions as outdated instead of answered
close-stale-as-answered: false
# This will disable auto-closing answered discussions
close-answered-discussions: false
env:
Expand Down

0 comments on commit c6ab4a8

Please sign in to comment.