PR Review ProTip: Sorting PRs for QA

Hey everyone,

Here is a quick link that you can use to sort PRs for QA, that are:

  • ready for review (not-draft)
  • do not have a merge conflict
  • are not blocked
  • have all status checks in green

Direct link with filter applied

URL for the embed above:

https://github.com/freeCodeCamp/freeCodeCamp/pulls?q=is%3Aopen+is%3Apr+-label%3A%22status%3A+blocked%22+-label%3A%22status%3A+merge+conflict%22+status%3Asuccess+draft%3Afalse

We could use some help with review approvals.

Thanks.

5 Likes

Heya~!

It looks like there is an issue with the way Discourse handles that embed. If I click the embed, I get this:

The embed changes the URL:
https://github.com/freeCodeCamp/freeCodeCamp/pulls?q=is:open%2Bis:pr%2B-label:%22status:%2Bblocked%22%2B-label:%22status:%2Bmerge%2Bconflict%22%2Bstatus:success%2Bdraft:false
The query syntax parses incorrectly and GitHub does not apply the filters as intended.

If I copy the URL in your post directly, I get the correct results:

Thanks for sharing this. I will add it to my bookmarks :+1:

Thanks I updated the OP.

1 Like