Skip to content

Commit

Permalink
Update enforce_required_reviewers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandido committed Aug 22, 2023
1 parent 78b8992 commit 2591fe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/enforce_required_reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
echo "::set-output name=approval_found::$APPROVAL_FOUND"
if [ "$APPROVAL_FOUND" = false ]; then
echo "error: At least one of the required reviewers ($REQUIRED_REVIEWERS) must approve the PR" >&2
exit 1
fi
- name: Post a comment when approval not found
Expand Down

0 comments on commit 2591fe3

Please sign in to comment.