This can be tested locally to some degree. For this to work you need to create a local file called payload.json with
the JSON encoded data of github.event from an event of:
on:
pull_request_target:
branches:
- main
types:
- review_requestedThen you can run:
npm ciFollowed by:
npm run test