From 53aaf5abea2403bb44d5cd61091b4d221b2db6b8 Mon Sep 17 00:00:00 2001 From: micnncim Date: Wed, 16 Oct 2019 00:48:32 +0900 Subject: [PATCH] Update README.md (#18) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b3f730..495d81d 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,7 @@ Currently supports [GIPHY](https://giphy.com). ### Create Workflow -The default trigger comment is `lgtm`, but you can specify any trigger comment with `jobs..steps.with`. -The trigger comment match a comment in case-insensitive. -It means we can use the both of `lgtm` and `LGTM` as a trigger (sure, `Lgtm` and `lGtm` can be used). +`jobs..steps.with.trigger` should be an JSON string array of regexp. ```yaml name: Send LGTM reaction