Skip to content

Commit

Permalink
docs(security): approvals (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jan 21, 2025
1 parent a26238a commit 6dadf4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Kong's open-source, Vue icon component library, partially sourced from [Google's
- [Testing](#testing)
- [Build for production](#build-for-production)
- [Committing Changes](#committing-changes)
- [Approvals](#approvals)
- [Package Publishing](#package-publishing)

## Usage
Expand Down Expand Up @@ -231,6 +232,14 @@ This will trigger the Commitizen interactive prompt for building your commit mes

Additionally, CI will use `commitlint` to validate the commits associated with a PR in the `Lint and Validate` job.

### Approvals

- 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.

### Package Publishing

This repository utilizes [Semantic Release](https://github.com/semantic-release/semantic-release) for automated package publishing and version updates.

0 comments on commit 6dadf4b

Please sign in to comment.