-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
governanceProject governance and repo configurationProject governance and repo configuration
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
governanceProject governance and repo configurationProject governance and repo configuration