-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
33 lines (33 loc) · 897 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: 'Automate Asana'
description: 'A bot to do all Asana related tasks'
author: Seniorly
branding:
icon: briefcase
color: gray-dark
inputs:
asana_pat:
description: 'The Asana Personal Access Token'
required: true
default: ''
asana_secret:
description: 'The Asana Integration Secret'
required: false
default: ''
github_token:
description: 'The github secret token for accessing PR status etc..'
default: ''
required: true
target:
description: 'Target sections to move the tasks to'
default: '{"APPROVED": "Ready For QA", "OPEN": "Code Review", "CLOSED": "Ready for QA", "MERGED": "Live"}'
required: true
donot_move:
description: "Tasks in this section won't be moved. Section Gid"
default: '["1202112437101028"]'
required: false
jobs:
my_first_job:
name: My first job
runs:
using: 'node16'
main: 'dist/index.js'