-
yarn && yarn start
-
Navigate to: http://localhost:3000
-
Install the Github Bot onto appropriate repository
-
Create a PR
-
Post a comment
/bench <action> <extra>
, for example/bench runtime module module_currencies
There should be .env file in the root (see .env.example):
APP_ID=<git hub app id>
WEBHOOK_SECRET=<github app secret - REQUIRED!>
PRIVATE_KEY_PATH=<path the the private key of the github app or PRIVATE_KEY=(replace new line with '\n')>
WEBHOOK_PROXY_URL=<web hook url (like https://smee.io), not required>
Add BASE_BRANCH=master
or whatever is appropriate.
- Metadata: Read Only
- Issues: Read/Write
- Pull Requests: Read/Write
Make sure to verify the permission increase if you change them.
- issue
- issue_comment