Skip to content

Commit

Permalink
Merge pull request #8137 from aBurmeseDev/john-handle-stale-discussions
Browse files Browse the repository at this point in the history
Disable auto-closing answered discussions
  • Loading branch information
aBurmeseDev authored Aug 25, 2023
2 parents 0d98ba9 + 0a51699 commit d950644
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-discussion: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit d950644

Please sign in to comment.