Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 280 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 280 Bytes

CLA Bot

Simple GitHub Actions bot that'll check if the GitHub user that opened a PR is present in the contributors.yml file. If not, it'll post a comment to ask the user to review and sign the CLA

Making changes

  1. Update the code in src/index.ts
  2. Run npm run build