Skip to content
Draft
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
31 changes: 31 additions & 0 deletions .github/auto-approve/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Auto-approvable changes in ArcadeAI/docs

## Why auto approve

Docs are a low-risk surface area. The main priority of our documentation is to
help our users and their agents understand how to operate Arcade in the way that
meets their needs.

## Proposed auto approve conditions

### Low risk (auto-approvable)

- Human-authored PRs under 300 lines with no new routes

### Medium risk (human review: any team member)

- Bot-authored PRs
- Human-authored PRs introducing a new page or over 300 lines

### Higher risk (human review: codeowner)

- Modifications to the toolkit gen pipeline
- Modifications to GitHub Actions
- Modifications to `package.json`

## As in other repositories

- Merging remains a human action
- Approving a PR means you co-sign its contents
- If you aren't sure your change is accurate, tag a subject-matter expert for
review!
Loading