Skip to content

Commit c4d0c3a

Browse files
committed
explicitly include link-required in inputs
1 parent 1741a87 commit c4d0c3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ inputs:
2626
targets:
2727
description: 'JSON array of objects having project and section where to move current task. Move task only if it exists in target project.'
2828
required: false
29+
link-required:
30+
description: 'When set to true will fail pull requests without an asana link'
31+
required: false
2932
is-complete:
3033
description: 'Is the task complete'
34+
required: false
3135
branding:
3236
icon: 'chevron-right'
3337
color: 'gray-dark'

0 commit comments

Comments
 (0)