Skip to content

Commit a0057d0

Browse files
committed
Add all state to pull requests and close issue piotrmurach#190
1 parent d4db631 commit a0057d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github_api/client/pull_requests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Client::PullRequests < API
1919
].freeze
2020

2121
VALID_REQUEST_PARAM_VALUES = {
22-
'state' => %w[ open closed ]
22+
'state' => %w[ open closed all ]
2323
}
2424

2525
# Access to PullRequests::Comments API

0 commit comments

Comments
 (0)