Skip to content

Commit

Permalink
fix: empty check set (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehesi97 authored May 8, 2023
1 parent b4fdac8 commit 1656249
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ for repository in "${REPOSITORIES[@]}"; do
'{
required_status_checks:{
strict: $requiredStatusChecks,
checks: [{
context: "",
app_id: -1
}]
checks: []
},
enforce_admins:$enforceAdmins,
required_pull_request_reviews:{
Expand Down

0 comments on commit 1656249

Please sign in to comment.