1 parent 246308f commit e88ba8fCopy full SHA for e88ba8f
1 file changed
.github/DEVIN.md
@@ -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