Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peternied authored Nov 28, 2023
1 parent fba752a commit ded2b10
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ inputs:
token:
description: "GitHub token used for authentication"
required: true
specific-approvers:
description: 'The list of specific users that can approve the request, comma seperated.'
required-approvers-list:
description: 'The list of specific users that can approve the request, comma seperated. '
required: false
min-required:
description: 'The minimum number of approvals, e.g. 2'
required: true

outputs:
specific-approvals:
description: "The list of users that approved"
value: ${{ steps.approval-check.outputs.approvers }}
```
## Usage:
Expand All @@ -31,7 +36,7 @@ steps:
with:
token: ${{ secrets.GITHUB_TOKEN }}
min-required: 1
specific-approvers: ${{ steps.list-maintainers.outputs.maintainers }}
required-approvers-list: ${{ steps.list-maintainers.outputs.maintainers }}
```
# Changelog
Expand Down

0 comments on commit ded2b10

Please sign in to comment.