Skip to content

Commit

Permalink
docs: approvals (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jan 21, 2025
1 parent 480a341 commit 3b684ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/auto-approve.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Kong Design Tokens, via [Style Dictionary](https://github.com/amzn/style-diction
- [Build for production](#build-for-production)
- [Token Update Workflow](#token-update-workflow)
- [Committing Changes](#committing-changes)
- [Approvals](#approvals)
- [Package Publishing](#package-publishing)

## Tokens
Expand Down Expand Up @@ -431,6 +432,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 3b684ce

Please sign in to comment.