mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00: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@0e11a71bba23218a284d3ecca162e75a110fd7e3 # v1.3.0
|
|
with:
|
|
issue-number: ${{ github.event.issue.number }}
|
|
auto-close: true
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|