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 authored Aug 28, 2023
1 parent d950644 commit 2f3a2bc
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
Expand Up @@ -15,7 +15,9 @@ 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-discussion: false
close-answered-discussions: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 2f3a2bc

Please sign in to comment.