Files
ghostty/.github/workflows/vouch-manage-by-discussion.yml
Mitchell Hashimoto eb68d98bad update vouch
2026-02-15 06:57:55 -08:00

30 lines
784 B
YAML

on:
discussion_comment:
types: [created]
name: "Vouch - Manage by Discussion"
concurrency:
group: vouch-manage
cancel-in-progress: false
permissions:
contents: write
discussions: write
jobs:
manage:
runs-on: namespace-profile-ghostty-xsm
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: mitchellh/vouch/action/manage-by-discussion@8c4f29bb7f2ddfa0b8dbc1bb6575e3f27c95d10a # v1.2.0
with:
discussion-number: ${{ github.event.discussion.number }}
comment-node-id: ${{ github.event.comment.node_id }}
vouch-keyword: "!vouch"
denounce-keyword: "!denounce"
unvouch-keyword: "!unvouch"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}