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

Commit

Permalink
Remove prefixOnly
Browse files Browse the repository at this point in the history
Trigger in middle of comment works very unstable. Removing prefixOnly and related functionality
  • Loading branch information
shpingalet007 committed Aug 1, 2023
1 parent 696de49 commit 2b8837e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14,689 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ And if you specify a reaction, you have to provide the `GITHUB_TOKEN` env vbl.

| Input | Required? | Description |
| ----- | --------- | ----------- |
| trigger | Yes | The string to look for in pull-request descriptions and comments. For example "#build/android". |
| prefix_only | No (default 'false') | If 'true', the trigger must match the start of the comment. |
| 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". |
| reaction | No (default '') | If set, the specified emoji "reaction" is put on the comment to indicate that the trigger was detected. For example, "rocket". |
| allow_arguments | No (default 'false') | If 'true', script looks for `**` markers that are considered as comment arguments. |

Expand Down
Loading

0 comments on commit 2b8837e

Please sign in to comment.