From eb4666c3df312a9b5d8eb8ff5cf58027d794b417 Mon Sep 17 00:00:00 2001 From: joe fleming Date: Fri, 19 Oct 2018 13:08:14 -0700 Subject: [PATCH] docs: add info about force script --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)