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
Copy file name to clipboardExpand all lines: docs/automation-actions.md
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Actions are the end results of the automation described in your `.cm` file.
20
20
[`send-http-request`](#send-http-request) is executed immediately after the evaluation of the condition.
21
21
For all other actions, gitStream executes the actions in the order they are listed per automation. If an action result fails, the following actions will not be executed.
|`comment`| Required | String | Sets the comment, markdown is supported, including suggestion syntax (```suggestion … ```) |
76
+
|`file_path`| Required | String | The relative path to the file that necessitates the comment |
77
+
| `start_line` | Optional | Integer | The line (or the first line in multi-line comment)of the blob in the pull request diff that the comment applies to
78
+
If start_line is empty, the code comment should be on the file provided |
79
+
| `end_line` | Optional | Integer | For a multi-line comment, the last line of the range that your comment applies to.
0 commit comments