We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb19052 commit fda1143Copy full SHA for fda1143
1 file changed
src/treeViews/currentBranch.ts
@@ -73,7 +73,7 @@ export class CurrentBranchTreeProvider
73
return (await this.getRuns(repoContext, currentBranch)) || [];
74
}
75
76
- if (gitHubContext.repos.length === 1) {
+ if (gitHubContext.repos.length > 1) {
77
return gitHubContext.repos
78
.map((repoContext): CurrentBranchRepoNode | undefined => {
79
const currentBranch = getCurrentBranch(repoContext.repositoryState);
0 commit comments