forked from trstringer/manual-approval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yaml
36 lines (36 loc) · 1.15 KB
/
action.yaml
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
name: Manual Workflow Approval
description: Pause a workflow and get user approval to continue
branding:
icon: pause
color: yellow
inputs:
approvers:
description: Required approvers
required: true
secret:
description: Secret
required: true
minimum-approvals:
description: Minimum number of approvals to progress workflow
required: false
timeout-minutes:
description: Force timeout of your workflow pause
required: false
issue-title:
description: The custom subtitle for the issue
required: false
issue-body:
description: The custom body for the issue
required: false
exclude-workflow-initiator-as-approver:
description: Whether or not to filter out the user who initiated the workflow as an approver if they are in the approvers list
default: false
additional-approved-words:
description: Comma separated list of words that can be used to approve beyond the defaults.
default: ''
additional-denied-words:
description: Comma separated list of words that can be used to deny beyond the defaults.
default: ''
runs:
using: docker
image: docker://ghcr.io/zeplin/manual-approval:1.0.0