Filter Pull Requests by Status
When we shipped the new GitHub Issues, we made it easy to scope lists of Issues and Pull Requests with filters like author, date, mentions, and team mentions. With the…
When we shipped the new GitHub Issues, we made it easy to scope lists of Issues and Pull Requests with filters like author, date, mentions, and team mentions. With the new status:
filter you can now filter the Pull Requests in your repositories by combined status.
If you’re taking advantage of the Status API, or using an integration that does, try out the new filters:
-
status:success
Only pull requests with all successful statuses -
status:failure
Only pull requests that have statuses in thefailure
orerror
state -
status:pending
Only pull requests with no statuses or at least one status in thepending
state
Written by
Related posts

We need a European Sovereign Tech Fund
Open source software is critical infrastructure, but it’s underfunded. With a new feasibility study, GitHub’s developer policy team is building a coalition of policymakers and industry to close the maintenance funding gap.

GitHub Availability Report: June 2025
In June, we experienced three incidents that resulted in degraded performance across GitHub services.

From pair to peer programmer: Our vision for agentic workflows in GitHub Copilot
AI agents in GitHub Copilot don’t just assist developers but actively solve problems through multi-step reasoning and execution. Here’s what that means.