Skip to content

Commit

Permalink
Increase required reviews to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrost-mo committed Jan 18, 2024
1 parent c8b476e commit 438f600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-required-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
import subprocess
import sys
REQUIRED_REVIEWS = 3
REQUIRED_REVIEWS = 2
repo = "${{ github.repository }}"
pr_number = "${{ github.event.pull_request.number }}"
Expand Down

0 comments on commit 438f600

Please sign in to comment.