We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac7b89 commit ae03b3cCopy full SHA for ae03b3c
src/octokit/client/pull_requests.cr
@@ -18,7 +18,7 @@ module Octokit
18
# :nodoc:
19
alias PullRequest = Octokit::Models::PullRequest
20
21
- alias Commit = Octokit::Models::Commit
+ alias Commit = Octokit::Models::Commit
22
23
# Valid filters for PullRequests
24
FILTERS = ["all", "assigned", "created", "mentioned", "subscribed"]
0 commit comments