Merge b7356867e9 into 32d182eec2
This commit is contained in:
commit
a8dca77fb2
5 changed files with 19 additions and 3 deletions
|
|
@ -54,6 +54,7 @@ steps:
|
|||
fail-on-denial: true
|
||||
additional-approved-words: ''
|
||||
additional-denied-words: ''
|
||||
labels: ''
|
||||
```
|
||||
|
||||
* `approvers` is a comma-delimited list of all required approvers. An approver can either be a user or an org team. (*Note: Required approvers must have the ability to be set as approvers in the repository. If you add an approver that doesn't have this permission then you would receive an HTTP/402 Validation Failed error when running this action*)
|
||||
|
|
@ -65,6 +66,7 @@ steps:
|
|||
* `fail-on-denial` is a boolean that indicates if the workflow should fail if any approver denies the approval. This is optional and defaults to `true`. Set this to `false` to allow the workflow to continue if any approver denies the approval.
|
||||
* `additional-approved-words` is a comma separated list of strings to expand the dictionary of words that indicate approval. This is optional and defaults to an empty string.
|
||||
* `additional-denied-words` is a comma separated list of strings to expand the dictionary of words that indicate denial. This is optional and defaults to an empty string.
|
||||
* `labels` is a comma separated list of strings to set labels of issue. This is optional and defaults to an empty string.
|
||||
|
||||
> [!Note]
|
||||
> 1. If You are using issue-body-file-path then please make sure the file is reachable; for example, if the file is in your repo, then please checkout to your repo in the same job as the approval issue.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue