-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaction.yml
More file actions
21 lines (21 loc) · 842 Bytes
/
action.yml
File metadata and controls
21 lines (21 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: 'Github Asana Action'
description: 'Integrate Github with Asana for auto commenting and task movement'
inputs:
asana-token:
description: 'Asana Personal Access Token.'
required: true
targets_commit_push:
description: 'JSON array of objects having project and section where to move current task. Move task only if it exists in target project.'
required: false
targets_pr_raise:
description: 'JSON array of objects having project and section where to move current task. Move task only if it exists in target project.'
required: false
targets_pr_merge:
description: 'JSON array of objects having project and section where to move current task. Move task only if it exists in target project.'
required: false
branding:
icon: 'list'
color: 'blue'
runs:
using: 'node12'
main: 'dist/index.js'