Skip to content

feat(V.I.): add VI format to V.I. #132

feat(V.I.): add VI format to V.I.

feat(V.I.): add VI format to V.I. #132

Workflow file for this run

name: Reporters-DB PR
on:
pull_request:
jobs:
repo-dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.FREELAWBOT_TOKEN }}
repository: freelawproject/eyecite
event-type: reporters-db-pr
client-payload: '{"ref": "${{ github.ref }}", "pr_number": "${{ github.event.number }}", "commit": "${{ github.event.pull_request.head.sha }}" }'