-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
32 lines (30 loc) · 934 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
name: 'issue to shortcut story action'
description: "shortcut story created when github issue is created"
inputs:
github_token:
description: "github token"
required: true
shortcut_api_token:
description: "shortcut api token"
required: true
shortcut_default_user_name:
description: "shortcut user name for `requested by` of a story"
required: true
shortcut_workflow:
description: "shortcut workflow name that story is created"
required: true
shortcut_team:
description: "shortcut team responsible for story"
required: false
shortcut_project:
description: "shortcut project that story belongs"
required: false
gh_sc_user_map:
description: "map from github user to shortcut user"
required: false
gh_action_sc_state_map:
description: "map from github action trigger to shortcut workflow state"
required: false
runs:
using: "docker"
image: "Dockerfile"