From ce796535704325303de75f3c0dd2ebc332a18c87 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Thu, 4 Jun 2015 11:22:17 -0400 Subject: [PATCH] Add filter by status api documentation. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c01fb23..9018944 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,14 @@ can also see merged pull requests. Just put the following in the filter: [*Read more about searching issues.*](https://help.github.com/articles/searching-issues) +Finally, github now allows you to filter by the Status API's status. + +Pull requests with only successful statuses: + +`status:success` + +[*Read more about searching on the Status API.*](https://github.com/blog/2014-filter-pull-requests-by-status) + ### Syntax Highlighting in Markdown Files For example, to syntax highlight Ruby code in your Markdown files write: