trustify/.github/scripts/map-users at main · alanonthegit/trustify · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Map users to Matrix

Testing locally

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_requested

Then you can run:

npm ci

Followed by:

npm run test