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 fae5d78 commit 76e5b13Copy full SHA for 76e5b13
api/src/services/github/index.ts
@@ -27,6 +27,7 @@ export const listPullRequests = async ({
27
try {
28
const response = await axios.get(
29
`https://api.github.com/repos/${owner}/${repo}/pulls`,
30
+ { params: { state: "all", per_page: 10 } },
31
);
32
33
return response.data;
0 commit comments