You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,16 +40,15 @@ And if you specify a reaction, you have to provide the `GITHUB_TOKEN` env vbl.
38
40
39
41
## Inputs
40
42
41
-
| Input | Required? | Description |
42
-
| ----- | --------- | ----------- |
43
-
| trigger | Yes | The string to look for in pull-request descriptions and comments. For example "#build/android". |
44
-
| prefix_only | No (default 'false') | If 'true', the trigger must match the start of the comment. |
45
-
| reaction | No (default '') | If set, the specified emoji "reaction" is put on the comment to indicate that the trigger was detected. For example, "rocket". |
| trigger | Yes | The string to look for in pull-request descriptions and comments. For example "#build/android". |
46
+
| prefix_only | No (default 'false') | If 'true', the trigger must match the start of the comment. |
47
+
| reaction | No (default '') | If set, the specified emoji "reaction" is put on the comment to indicate that the trigger was detected. For example, "rocket". |
47
48
48
49
## Outputs
49
50
50
-
| Output | Description |
51
-
| ------ | ----------- |
52
-
| triggered | 'true' or 'false' depending on if the trigger phrase was found. |
0 commit comments