Add new input 'issue-body' (#74)
* Add new input 'issue-body' Similar to the 'issue-title' input, 'issue-body' allows to put custom text to the body of the approval issue. * Update readme for 'issue-body' input
This commit is contained in:
parent
a28646d113
commit
948dfe9537
5 changed files with 16 additions and 2 deletions
|
|
@ -16,6 +16,9 @@ inputs:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue