ci: use a custom template for ghostty-vouch issue comments

This commit is contained in:
trag1c
2026-04-19 14:53:43 +02:00
parent 22f9233a0f
commit cb518e6afd
2 changed files with 6 additions and 0 deletions

View File

@@ -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 }}