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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,15 @@ This action integrates asana with github.
12
12
13
13
### `asana-pat`
14
14
15
-
**Required** Your public access token of asana, you can generate one [here](https://app.asana.com/0/developer-console).
15
+
**Required** Your public access token for asana, you can generate one [here](https://app.asana.com/0/developer-console).
16
+
17
+
### `action`
18
+
19
+
**Required** The action to be performed assert-link|add-comment|remove-comment|move-section
16
20
17
21
### `github-token`
18
22
19
-
**Required** A github auth token (used to set statuses)
23
+
**Required for `assert-link`** A github auth token (used to set statuses)
20
24
21
25
### `trigger-phrase`
22
26
@@ -30,6 +34,10 @@ This action integrates asana with github.
30
34
31
35
**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
32
36
37
+
### `is-pinned`
38
+
39
+
**Optional for `add-comment`** Mark a comment as pinned in asana
40
+
33
41
### `targets`
34
42
35
43
**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