Skip to content

Commit e88ba8f

Browse files
committed
docs: add clean Devin integration docs
1 parent 246308f commit e88ba8f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/DEVIN.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Devin CI Auto-Fix
2+
3+
Automatic CI failure fixing powered by Devin AI.
4+
5+
## How it works
6+
7+
When a CI build fails on a **feature branch**, Devin automatically:
8+
1. Receives the failing branch name
9+
2. Clones the repo and checks out that branch
10+
3. Runs the build to see what failed
11+
4. Fixes the issue
12+
5. Pushes the corrected code
13+
14+
## Requirements
15+
16+
- `DEVIN_API_KEY` secret configured in repository settings
17+
- Get your API key from https://app.devin.ai/settings/api-keys
18+
19+
## Workflow
20+
21+
- `.github/workflows/devin-ci-fix.yml` - Triggers Devin on feature branch failures
22+
- Only runs on feature branches (not master or devin/* branches)

0 commit comments

Comments
 (0)