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: README.md
+60-14Lines changed: 60 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,26 +22,30 @@ This action integrates asana with github.
22
22
23
23
**Optional** Prefix before the task i.e ASANA TASK: https://app.asana.com/1/2/3/.
24
24
25
-
### `task-comment`
25
+
### `text`
26
26
27
-
**Optional** If any comment is provided, the action will add a comment to the specified asana task with the text & pull request link.
27
+
**Required for `add-comment`** If any comment is provided, the action will add a comment to the specified asana task with the text.
28
+
29
+
### `comment-id`
30
+
31
+
**Required for `remove-comment`, Optional for `add-comment`** When provided in add-comment, gives a unique identifier that can later be used to delete the comment
28
32
29
33
### `targets`
30
34
31
-
**Optional** JSON array of objects having project and section where to move current task. Move task only if it exists in target project. e.g
35
+
**Required for `move-section`** JSON array of objects having project and section where to move current task. Move task only if it exists in target project. e.g
0 commit comments