Update close comment

Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
This commit is contained in:
Ian Stapleton Cordasco
2023-10-11 08:19:14 -05:00
committed by GitHub
parent 6c8d9b1d0f
commit f75b9504fc
+1 -1
View File
@@ -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: