Skip to content

Filter pull requests by author #24810

Discussion options

You must be logged in to vote

@simon-at-timeshift 

Yes you can try it via a search query

query searchRepos($qstr: String!, $first: Int!) {
  search(query: $qstr, type: ISSUE, first: $first) {
    nodes {
      __typename
      ... on PullRequest {
        url
        number
        author {
          login
        }
      }
    }
  }
}

{
"qstr": "repo:parithiban/git-slack-bot type:pr is:open author:parithiban",
"first": 5
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants