mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 05:40:15 +00:00
ci: use a custom template for ghostty-vouch issue comments
This commit is contained in:
5
.github/issue-unvouched-message
vendored
Normal file
5
.github/issue-unvouched-message
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Hi @{author}, thanks for your interest!
|
||||
|
||||
Non-maintainers are not allowed to create issues in this repository — we ask that you create a discussion first. For more details on the why, see #3558 and our [CONTRIBUTING.md](https://github.com/ghostty-org/ghostty/blob/main/CONTRIBUTING.md).
|
||||
|
||||
This issue will be closed automatically.
|
||||
1
.github/workflows/vouch-check-issue.yml
vendored
1
.github/workflows/vouch-check-issue.yml
vendored
@@ -18,5 +18,6 @@ jobs:
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
auto-close: true
|
||||
template-file: .github/issue-unvouched-message
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user