Pull Request Filter Response
data class PullRequestFilterResponse(val branch: String, val commentControl: String, val invertRegex: Boolean)
PullRequestFilter contains filter properties for matching GitHub Pull Requests.