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 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Oct 16, 2019
1 parent a83a66d commit f2f6f99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Currently supports [LGTM.app](https://www.lgtm.app/) and [GIPHY](https://giphy.c

#### `jobs.<job_id>.steps.with`

| Key | Default | Required | Note |
| ---------- | ------------------------------------------- | -------- | -------------------- |
| `trigger` | `'["^(lgtm|LGTM)$", "^[gG]ood [jJ]ob!?$"]'` | `false` | |
| `override` | `false` | `false` | |
| `source` | `lgtmapp` | `false` | `lgtmapp` or `giphy` |
| Key | Default | Required | Note |
| ---------- | ------------------------------------ | -------- | -------------------- |
| `trigger` | `'["^lgtm$", "^[gG]ood [jJ]ob!?$"]'` | `false` | |
| `override` | `false` | `false` | |
| `source` | `lgtmapp` | `false` | `lgtmapp` or `giphy` |

`jobs.<job_id>.steps.with.trigger` should be an JSON string array of regexp.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
trigger:
description: 'Trigger comment on issue to send reaction'
required: false
default: '["^(lgtm|LGTM)$", "^[gG]ood [jJ]ob!?$"]'
default: '["^lgtm$", "^[gG]ood [jJ]ob!?$"]'
overide:
description: 'Whether the original comment is overridden'
required: false
Expand Down

0 comments on commit f2f6f99

Please sign in to comment.