Skip to content

Commit

Permalink
Merge pull request #3006 from aBurmeseDev/aBurmeseDev-handle-stale-di…
Browse files Browse the repository at this point in the history
…scussion

Disable auto-closing answered discussions
  • Loading branch information
aBurmeseDev authored Aug 25, 2023
2 parents 816503d + d7eea5c commit 37a1225
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 37a1225

Please sign in to comment.