Skip to content

docs: heartbeats, Bun version, troubleshooting, and preview-branch cleanup #4

docs: heartbeats, Bun version, troubleshooting, and preview-branch cleanup

docs: heartbeats, Bun version, troubleshooting, and preview-branch cleanup #4

Workflow file for this run

name: Vouch - Check PR
on:
pull_request_target:
types: [opened, reopened]
permissions:
contents: read
pull-requests: write
issues: read
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mitchellh/vouch/action/check-pr@main
with:
pr-number: ${{ github.event.pull_request.number }}
auto-close: true
require-vouch: true
env:
GH_TOKEN: ${{ github.token }}