Skip to content

Re-enable required PR review approval when team grows #1

@Brad-Edwards

Description

@Brad-Edwards

Context

ADR-0014 requires at least 1 review approval before merging to main.
This is currently set to 0 because there is only one contributor — requiring
approval would block all merges.

Action

When a second contributor joins, restore the required approval count:

gh api -X PATCH repos/aces-framework/aces/branches/main/protection/required_pull_request_reviews \
  --input - <<< '{"required_approving_review_count":1}'

Apply the same change to all other ACES repos at that time.

References

  • ADR-0014: Branch Protection and CI Standards

Metadata

Metadata

Assignees

No one assigned

    Labels

    governanceProject governance and repo configuration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions