mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
21 lines
452 B
YAML
21 lines
452 B
YAML
on:
|
|
issues:
|
|
types: [opened, reopened]
|
|
|
|
name: "Vouch - Check Issue"
|
|
|
|
permissions:
|
|
contents: read
|
|
issues: write
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: namespace-profile-ghostty-xsm
|
|
steps:
|
|
- uses: mitchellh/vouch/action/check-issue@f85a8aa99597a393afbbd1d59a0087b6801e2331 # v1.1.0
|
|
with:
|
|
issue-number: ${{ github.event.issue.number }}
|
|
auto-close: true
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|