-
Notifications
You must be signed in to change notification settings - Fork 2
/
action.yml
65 lines (64 loc) · 2.62 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: Port Sender
description: Manage Scorecards using 3rd party apps
author: port-labs
branding:
icon: alert-circle
color: gray-dark
inputs:
port_client_id:
description: 'The Port Client ID to use to authenticate with the API'
required: true
port_client_secret:
description: 'The Port Client Secret to use to authenticate with the API'
required: true
port_region:
description: 'Port Region to use, if not provided will use the default region of the Port'
required: false
slack_webhook_url:
description: 'The URL of the Slack channel webhook to use to send messages. Required when using "target_kind" slack'
required: false
operation_kind:
description: 'The kind of operation to perform, either "scorecard_reminder", "scorecard_report" or "ticket_handler"'
required: true
blueprint:
description: 'The identifier of the blueprint in Port which you want to send reminders and reports about'
required: true
scorecard:
description: 'The scorecard to use to send reminders and reports about'
required: true
filter_rule:
description: 'filter to use to filter the response, for example: {"property": "$team","operator": "containsAny","value": ["Backend"]}'
required: false
target_kind:
description: 'The target platform to integrate with. Can be either "slack" or "jira". Default is "slack'
required: false
jira_api_endpoint:
description: 'The URL of your Jira organization. Required when using "target_kind" jira'
required: false
jira_email:
description: 'The Jira email of the user account for using Jira REST API. Required when using "target_kind" jira'
required: false
jira_project_id:
description: 'The project id in Jira for tasks updating. Required when using "target_kind" jira'
required: false
jira_token:
description: 'The Jira API token for using Jiras REST API. Required when using "target_kind" jira'
required: false
jira_resolve_transition_id:
description: 'The Jira transition ID used for resolving issues. If not inserted will use the default transition for the "Done" status.'
required: false
jira_reopen_transition_id:
description: 'The Jira transition ID used for reopening issues. If not inserted will use the default transition for the "To Do" status.'
required: false
github_api_url:
description: 'The Github API url. For example: https://api.github.com'
required: false
github_token:
description: 'The Github Token'
required: false
github_repository:
description: 'The Github Repository. For example: octo-org/octo-repo'
required: false
runs:
using: docker
image: Dockerfile