Skip to content

Commit

Permalink
Disable auto-closing answered discussions
Browse files Browse the repository at this point in the history
This prevents auto-closing answered discussions with the bot since Github UI only searches open discussions and discoverability drops once you hide it from the default search experience.
  • Loading branch information
aBurmeseDev authored Aug 25, 2023
1 parent 93b7d02 commit 4508a49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/handle-stale-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
steps:
- name: Stale discussions action
uses: aws-github-ops/handle-stale-discussions@v1
with:
# This will disable auto-closing answered discussions
close-answered-discussions: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 4508a49

Please sign in to comment.