Skip to content

feat(reporters): add "App. Div. 2d"/"App. Div. 3d" variations to A.D. (#258) #244

feat(reporters): add "App. Div. 2d"/"App. Div. 3d" variations to A.D. (#258)

feat(reporters): add "App. Div. 2d"/"App. Div. 3d" variations to A.D. (#258) #244

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@v3
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 }}" }'