generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
action.yml
31 lines (28 loc) · 777 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
name: 'linear-app-create-issue'
description: 'GitHub Action to create an Issue for Linear.app.'
branding:
icon: check-square
color: purple
author: 'Futa Hirakoba <korosuke613613@gmail.com>'
inputs:
issueFilePath: # change this
required: true
description: 'File path of Issue markdown.'
apiKey: # change this
required: true
description: 'api key of Linear.app.'
teamId: # change this
required: true
description: 'team id of Linear.app.'
stateId: # change this
required: true
description: 'state id of Linear.app.'
isDryrun: # change this
required: false
description: 'enable dryrun'
embed:
required: false
description: 'embed variable. (ex: "month=July,day=13")'
runs:
using: 'node12'
main: 'dist/index.js'