I’m querying review statuses for team so they can get a sense of who is doing all of the PR approvals and how long things are taking.
URL: https://github-url-here/api/graphql Header: Authorization: Bearer
query {
search(query: "org:ORGHERE is:pr created:>2021-01-01", type: ISSUE, last: 50) {