Skip to content

Tool definition host functions #274

Tool definition host functions

Tool definition host functions #274

Workflow file for this run

name: Vouch Manage
on:
issue_comment:
types: [created]
permissions:
issues: write
pull-requests: write
contents: write
jobs:
manage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mitchellh/vouch/action/manage-by-issue@main
with:
issue-id: ${{ github.event.issue.number }}
comment-id: ${{ github.event.comment.id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}