Skip to content

Commit

Permalink
Require two approvals per PR (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku authored Sep 27, 2024
1 parent 8e20b79 commit 82cded4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
uses: redhat-plumbers-in-action/pull-request-validator@v2
with:
pr-metadata: ${{ inputs.pr-metadata && inputs.pr-metadata || steps.metadata.outputs.metadata }}
required-approvals: '2'
token: ${{ inputs.token }}

# Merge the PR if all checks passed
Expand Down

0 comments on commit 82cded4

Please sign in to comment.