Skip to content

Commit 7cbd854

Browse files
authored
Merge pull request #556 from linear-b/resolvable-description-fix
Update automation-actions.md
2 parents f76429b + 6be97e4 commit 7cbd854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/automation-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ When this action is triggered, a new thread is added to the MR. gitStream can th
195195
| Args | Usage | Type | Description |
196196
| ------------ | -------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
197197
| `comment` | Required | [String] | The desired thread content |
198-
| `resolvable` | Optional | Bool | By default, `true`. When set to `true`, gitStream will issue the thread once and retain all changes made to it by the user. Therefore, if the thread is resolved, it will stay resolved until the condition no longer applies. When set to `false`, gitStream will re-issue the thread after each automation run until the condition is fixed. |
198+
| `resolvable` | Optional | Bool | By default, `true`. When set to `true`, gitStream will issue the thread once and retain all changes made to it by the user. Therefore, if the thread is resolved, it will stay resolved until the condition no longer applies. When set to `false`, gitStream will re-issue the thread after each automation run until the condition no longer applies. |
199199

200200
</div>
201201

0 commit comments

Comments
 (0)