Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2b8837e

Browse files
committed
Remove prefixOnly
Trigger in middle of comment works very unstable. Removing prefixOnly and related functionality
1 parent 696de49 commit 2b8837e

File tree

3 files changed

+10
-14689
lines changed

3 files changed

+10
-14689
lines changed

Diff for: Readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ And if you specify a reaction, you have to provide the `GITHUB_TOKEN` env vbl.
5959

6060
| Input | Required? | Description |
6161
| ----- | --------- | ----------- |
62-
| trigger | Yes | The string to look for in pull-request descriptions and comments. For example "#build/android". |
63-
| prefix_only | No (default 'false') | If 'true', the trigger must match the start of the comment. |
62+
| trigger | Yes | The string to look for in pull-request descriptions and comments. The trigger should be placed at the beginning. For example "#build/android". |
6463
| reaction | No (default '') | If set, the specified emoji "reaction" is put on the comment to indicate that the trigger was detected. For example, "rocket". |
6564
| allow_arguments | No (default 'false') | If 'true', script looks for `**` markers that are considered as comment arguments. |
6665

0 commit comments

Comments
 (0)