Skip to content

bug: scoped request-idempotency hashes are rejected by UUID validation in v4.5.16 #4190

bug: scoped request-idempotency hashes are rejected by UUID validation in v4.5.16

bug: scoped request-idempotency hashes are rejected by UUID validation in v4.5.16 #4190

name: Vouch - Manage by Issue
on:
issue_comment:
types: [created]
permissions:
contents: write
issues: write
jobs:
manage:
runs-on: warp-ubuntu-latest-x64-2x
if: >-
contains(github.event.comment.body, 'vouch') ||
contains(github.event.comment.body, 'denounce') ||
contains(github.event.comment.body, 'unvouch')
steps:
- uses: mitchellh/vouch/action/manage-by-issue@d66fa29a64600490892131ad87597c30c91fcac4 # v1.5.0
with:
comment-id: ${{ github.event.comment.id }}
issue-id: ${{ github.event.issue.number }}
env:
GH_TOKEN: ${{ github.token }}