diff --git a/README.md b/README.md index df9415c..1e933d8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Action bot for Github. Checks a repo's event stream and leaves a ghost comment w ## Usage -`node . owner/repo` +`yarn start owner/repo`: watch the event stream and handle matches + +`yarn run force owner/repo pr_number`: force a comment on a specific pr, by number You'll need to set some environment flags. Check `sample-env` for what is available, and you can copy the file to `.env` in the root and add your settings there as well. @@ -17,4 +19,4 @@ You will need to provide a Github [Personal Access Token](https://github.com/set #### License -MIT © [w33ble](https://github.com/w33ble) \ No newline at end of file +MIT © [w33ble](https://github.com/w33ble)