Skip to content

Commit

Permalink
Merge pull request #3837 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 committed Aug 25, 2023
2 parents 93b7d02 + 4508a49 commit ed59f86
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 ed59f86

Please sign in to comment.