From b2308e81809c024eaf89dfbcc463e83c186f364e Mon Sep 17 00:00:00 2001 From: micnncim Date: Mon, 14 Oct 2019 15:02:57 +0900 Subject: [PATCH] Update README.md (#10) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7644af3..6a2b14b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ 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). + ```yaml name: Send LGTM reaction on: