Skip to content

Commit

Permalink
set approval count to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Sep 26, 2023
1 parent 811aec4 commit cd60983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: 'master'
required_approval_count: 2
required_approval_count: 0
require_passed_checks: false
sort: 'created'
direction: 'desc'
Expand Down

0 comments on commit cd60983

Please sign in to comment.