Deployment control just became more developer-friendly! We’re excited to introduce PR search by name - the ability to find and unfreeze pull requests using descriptive titles instead of memorizing numbers. Now you can think in terms of the actual changes you want to deploy.
What’s New
Search PRs by Description
Instead of remembering “PR #1847”, you can now search for:
- “fix login bug”
- “payment integration”
- “user dashboard update”
- “database migration”
Smart Search Features
- Partial matching: Search for “login” to find “Fix login validation bug”
- Case insensitive: “LOGIN” and “login” both work
- Multiple keywords: “user profile update” matches relevant PRs
- Instant results: Search updates as you type
How It Works
- Start typing in the PR search box
- See matching results appear instantly
- Click to select the PR you want to unfreeze
- Confirm unfreezing - back to normal deployment
Finding and unfreezing PRs should be as natural as thinking about the change you want to deploy. Welcome to developer-friendly deployment control! 🚀✨