Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Update README.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Oct 14, 2019
1 parent e125f55 commit b2308e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<job_id>.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:
Expand Down

0 comments on commit b2308e8

Please sign in to comment.