Merge pull request #6596 from psf/fix-autoclose-automtaion

Update close-issues.yml
This commit is contained in:
Nate Prewitt
2023-12-01 09:18:02 -08:00
committed by GitHub
+2
View File
@@ -15,6 +15,7 @@ jobs:
steps:
- env:
ISSUE_URL: ${{ github.event.issue.html_url }}
GH_TOKEN: ${{ github.token }}
run: |
gh issue close $ISSUE_URL \
--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/)" \
@@ -26,6 +27,7 @@ jobs:
steps:
- env:
ISSUE_URL: ${{ github.event.issue.html_url }}
GH_TOKEN: ${{ github.token }}
run: |
gh issue close $ISSUE_URL \
--comment "As described in the template, Requests is not accepting feature requests" \