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 ea64b27 commit 8c75a31Copy full SHA for 8c75a31
src/treeViews/currentBranch.ts
@@ -107,7 +107,8 @@ export class CurrentBranchTreeProvider
107
const result = await gitHubRepoContext.client.actions.listWorkflowRunsForRepo({
108
owner: gitHubRepoContext.owner,
109
repo: gitHubRepoContext.name,
110
- branch: currentBranchName
+ branch: currentBranchName,
111
+ per_page: 100
112
});
113
114
const resp = result.data;
0 commit comments