Skip to content

feat(webapp): Add test payload AI generation to the test page based on payload schemas #133

feat(webapp): Add test payload AI generation to the test page based on payload schemas

feat(webapp): Add test payload AI generation to the test page based on payload schemas #133

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: mitchellh/vouch/action/check-pr@c6d80ead49839655b61b422700b7a3bc9d0804a9 # v1.4.2
with:
pr-number: ${{ github.event.pull_request.number }}
auto-close: true
require-vouch: true
env:
GH_TOKEN: ${{ github.token }}