GitPullRequestQueryType enum
Accepted types of pull request queries.
Fields
NotSet = 0 | No query type set. |
LastMergeCommit = 1 | Search for pull requests that created the supplied merge commits. |
Commit = 2 | Search for pull requests that merged the supplied commits. |