Summary
Temporarily relax the required approval count so the single-maintainer repository can complete the initial bootstrap PR flow.
Scope
- lower the required approving review count for
main and develop branch protection from 1 to 0
- keep pull-request-based merging, required checks, and conversation resolution enabled
- restore the normal 1-approval rule after an additional reviewer account is available
Rationale
The repository currently has only one collaborator account. With branch protection requiring 1 approval, self-authored bootstrap PRs cannot be merged, which blocks the initial integration and release flow.
Exit condition
Reinstate the 1-approval requirement after the bootstrap phase or once an additional reviewer account is added.
Summary
Temporarily relax the required approval count so the single-maintainer repository can complete the initial bootstrap PR flow.
Scope
mainanddevelopbranch protection from 1 to 0Rationale
The repository currently has only one collaborator account. With branch protection requiring 1 approval, self-authored bootstrap PRs cannot be merged, which blocks the initial integration and release flow.
Exit condition
Reinstate the 1-approval requirement after the bootstrap phase or once an additional reviewer account is added.