https://github.com/crenshaw-dev/scoped-approvers
https://github.com/crenshaw-dev/scoped-approvers
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crenshaw-dev/scoped-approvers
- Owner: crenshaw-dev
- Created: 2023-05-17T14:36:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T16:06:38.000Z (10 months ago)
- Last Synced: 2025-09-05T18:31:28.086Z (10 months ago)
- Language: Shell
- Size: 15.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scoped Approvers
This repo contains research for implementing scoped approvers in Argo CD. The goal is to identify groups of PRs which
line up with certain scopes, and then to assign approvers to those scopes. This will allow us to scale the number of
approvers as the number of PRs increases.
## Generating the report/proposal
1. Get your GitHub API token (generate a PAT).
2. Run `bash generate.sh `.
The script will generate a report in [`report.md`](report.md) and a proposal in [`proposal.md`](proposal.md).