Skip to content

Commit

Permalink
chore: update auto-closing on stale discussions
Browse files Browse the repository at this point in the history
This will update auto-closing stale discussions as outdated instead of resolved.
  • Loading branch information
aBurmeseDev committed Aug 28, 2023
1 parent ed59f86 commit 44422e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/handle-stale-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Stale discussions action
uses: aws-github-ops/handle-stale-discussions@v1
with:
# This will 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 44422e7

Please sign in to comment.