From b728b8ef50ee1a9b79f79ccc6b27f4acaf669d15 Mon Sep 17 00:00:00 2001 From: joe fleming Date: Tue, 23 Oct 2018 15:10:14 -0700 Subject: [PATCH] docs: add clean script to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f026078..e7429bf 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Action bot for Github. Checks a repo's event stream and leaves a ghost comment w `yarn run force owner/repo pr_number`: force a comment on a specific pr, by number +`yanr run clean owner/repo pr_number`: removed any comments that match the owner and body requirements + 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. ### Personal Access Token