Skip to content

Commit

Permalink
Update close comment
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
  • Loading branch information
sigmavirus24 and nateprewitt authored Oct 11, 2023
1 parent 6c8d9b1 commit f75b950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue close $ISSUE_URL \
--comment "As described in the template, this is not the appropriate place for questions. Please use Stack Overflow" \
--comment "As described in the template, we won't be able to answer questions on this issue tracker. Please use [Stack Overflow](https://stackoverflow.com/)" \
--reason completed
gh issue lock $ISSUE_URL --reason off_topic
close_feature_request:
Expand Down

0 comments on commit f75b950

Please sign in to comment.