🐙📐
Issue → Branch → PR Pipeline
IntermediateDevOps
A Linear issue assigned to a developer automatically creates a git branch, syncs status changes, and opens a draft PR.
Workflow Steps
- 1Linear issue assigned to developer
- 2Create feature branch from issue title/ID
- 3Push empty commit to open draft PR
- 4Sync PR status back to Linear on every push
- 5Auto-close Linear issue when PR merges
More DevOps Recipes
🟢🐙
Auto DB Migrations on Push
Every push to main triggers a Supabase migration automatically. Schema diffs are committed and applied with zero manual steps.
🐙▲
Preview Deploy on Every PR
Open a PR and a Vercel preview URL appears as a comment within minutes. Branches are cleaned up automatically when PRs close.
🐳☁️
Container Deployment to AWS
Build, tag, push to ECR and deploy to ECS in one automated pipeline triggered by a git tag or manual dispatch.
⚡🐙
Branch-per-PR Databases
Each PR gets its own Neon database branch for isolated testing. Branch is deleted automatically when the PR closes.
Ready to build this workflow?
Install the MCPs from the marketplace and start automating in minutes.