Skip to content

chore(deps): bump mitchellh/vouch from 1.3.1 to 1.4.0 #3

chore(deps): bump mitchellh/vouch from 1.3.1 to 1.4.0

chore(deps): bump mitchellh/vouch from 1.3.1 to 1.4.0 #3

Workflow file for this run

name: vouch-manage
on:
issue_comment:
types:
- created
concurrency:
group: vouch-manage-${{ github.repository }}
cancel-in-progress: false
permissions:
contents: read
jobs:
manage:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Apply vouch / denounce / unvouch from maintainer comments
uses: mitchellh/vouch/action/manage-by-issue@6803dde571265e13489c3f118200f60b6ab59e4d
with:
repo: ${{ github.repository }}
issue-id: ${{ github.event.issue.number }}
comment-id: ${{ github.event.comment.id }}
vouched-file: .github/VOUCHED.td
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}