Skip to content

Fix replay of durable calls completed in the crash window #285

Fix replay of durable calls completed in the crash window

Fix replay of durable calls completed in the crash window #285

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 }}