Skip to content

Commit 04c8851

Browse files
authored
Merge pull request #659 from linear-b/PavelLinearB-patch-1
Update automation-actions.md
2 parents d656311 + ef3d274 commit 04c8851

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/automation-actions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ This is a managed action, when PR updates, the existing comments added by gitStr
7474
| -----------|------|-----|------------------------------------------------ |
7575
| `comment` | Required | String | Sets the comment, markdown is supported, including suggestion syntax (```suggestion … ```) |
7676
| `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.
80-
Must be equal to or larger than start_line |
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. If start_line is empty, the code comment should be on the file provided |
78+
| `end_line` | Optional | Integer | For a multi-line comment, the last line of the range that your comment applies to. Must be equal to or larger than start_line |
8179

8280
</div>
8381

0 commit comments

Comments
 (0)