Zulip Chat Archive

Stream: new members

Topic: Sort/filter PRs by CI status?


Stuart Presnell (Dec 23 2021 at 19:58):

Is it possible in GitHub to sort or filter a list of PRs by their CI status (i.e. :check_mark: , :orange: , or :cross_mark: )?

For example, if I just want to see my open PRs that have failed their checks is there a way to do that?

Bolton Bailey (Dec 23 2021 at 20:02):

Looking at #queue, I see that the search parameter -status:failure is included. status:success should work as well.

Arthur Paulino (Dec 23 2021 at 20:05):

status:success and status:failure work, but I couldn't find the keyword for "in progress"

Bolton Bailey (Dec 23 2021 at 20:09):

status:pending


Last updated: Dec 20 2023 at 11:08 UTC