Skip to content

Commit

Permalink
docs(security): approvals and releases (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jan 17, 2025
1 parent 0ad6864 commit a6ce5c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ This will trigger the Commitizen interactive prompt for building your commit mes
#### Enforcing Commit Format

[Lefthook](https://github.com/evilmartians/lefthook) is used to manage Git Hooks within the repo. A `commit-msg` hook is automatically setup that enforces commit message stands with `commitlint`, see [`lefthook.yaml`](./lefthook.yaml).

### Approvals and Releases

- All pull requests require review and approval from authorized team members.
- Automated approvals through workflows are strictly prohibited.
- There is an exception for automated pull request approvals originating from generated dependency updates that satisfy status checks and other requirements.
- Protected branches require at least one approval from code owners.
- All status checks must pass before a pull request may be merged.

0 comments on commit a6ce5c3

Please sign in to comment.