Skip to content

Commit 8c75a31

Browse files
author
Crystal Tenn
committed
Add per_page: 100
1 parent ea64b27 commit 8c75a31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/treeViews/currentBranch.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ export class CurrentBranchTreeProvider
107107
const result = await gitHubRepoContext.client.actions.listWorkflowRunsForRepo({
108108
owner: gitHubRepoContext.owner,
109109
repo: gitHubRepoContext.name,
110-
branch: currentBranchName
110+
branch: currentBranchName,
111+
per_page: 100
111112
});
112113

113114
const resp = result.data;

0 commit comments

Comments
 (0)