8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d97bb commit ce79653Copy full SHA for ce79653
README.md
@@ -308,6 +308,14 @@ can also see merged pull requests. Just put the following in the filter:
308
309
[*Read more about searching issues.*](https://help.github.com/articles/searching-issues)
310
311
+Finally, github now allows you to filter by the Status API's status.
312
+
313
+Pull requests with only successful statuses:
314
315
+`status:success`
316
317
+[*Read more about searching on the Status API.*](https://github.com/blog/2014-filter-pull-requests-by-status)
318
319
### Syntax Highlighting in Markdown Files
320
For example, to syntax highlight Ruby code in your Markdown files write:
321
0 commit comments