We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79af7b commit 52bf003Copy full SHA for 52bf003
1 file changed
content/v3/pulls.md
@@ -41,6 +41,14 @@ state
41
: _Optional_ **string** - `open` or `closed` to filter by state. Default
42
is `open`.
43
44
+head
45
+: _Optional_ **string** - Filter pulls by head user and branch name in the format
46
+of: `user:ref-name`. Example: `github:new-script-format`.
47
+
48
+base
49
+: _Optional_ **string** - Filter pulls by base branch name. Example:
50
+`gh-pages`.
51
52
### Response
53
54
<%= headers 200 %>
0 commit comments