Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Add the doc for Approval #176

Merged
merged 2 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/concepts/approval.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Approval

Request approvals to commiters who has commited for the deployment. The reviewers must have at least read access to the repository. And you can configure how many reviewers needs to approve.

For more information, you can check the [document](./deploy.yml.md).

Figure) Request approval

![Approval](../images/approval.png)
Binary file added docs/images/approval.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/lock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- "How it works": concepts/how-it-work.md
- "deploy.yml": concepts/deploy.yml.md
- Deployment: concepts/deployment.md
- Approval: concepts/approval.md
- Lock: concepts/lock.md
- Permission: concepts/permission.md
- Chatops: concepts/chatops.md
Expand Down