Skip to content

Commit

Permalink
docs: add a diagram explaining how branch-protector works (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemberTang authored Oct 18, 2023
1 parent f370095 commit 48cd035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added docs/img/branchprotector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/branch-protector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ It will apply the following protections:

- All status checks must pass before merging
- Approval is required from one person who must be a member of at least one of the teams enumerated in the `admin_slugs`

### Architecture of branch protector

![Architecture diagram](../../docs/img/branchprotector.png)

0 comments on commit 48cd035

Please sign in to comment.