Skip to content

Commit

Permalink
updated approval workflow to have min 1 approval (#3682)
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Loher <[email protected]>
  • Loading branch information
self-maurya and dplore authored Jan 7, 2025
1 parent 3fa63f1 commit 5cf0a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/required_approvals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
read_org_scoped_token: ${{ secrets.READ_ORG_SCOPED_TOKEN }}
org_name: openconfig
min_approvals: 2
min_approvals: 1
approval_mode: ALL
pr_number: ${{ github.event.number }}
require_all_approvals_latest_commit: false

0 comments on commit 5cf0a87

Please sign in to comment.