We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f78e3 commit cece2a2Copy full SHA for cece2a2
src/github/folderRepositoryManager.ts
@@ -43,7 +43,7 @@ import { ConflictModel } from './conflictGuide';
43
import { ConflictResolutionCoordinator } from './conflictResolutionCoordinator';
44
import { Conflict, ConflictResolutionModel } from './conflictResolutionModel';
45
import { CredentialStore } from './credentials';
46
-import { CopilotWorkingStatus, GitHubRepository, GraphQLError, GraphQLErrorType, IMetadata, ItemsData, PULL_REQUEST_PAGE_SIZE, PullRequestChangeEvent, PullRequestData, TeamReviewerRefreshKind, ViewerPermission } from './githubRepository';
+import { CopilotWorkingStatus, GitHubRepository, GraphQLError, GraphQLErrorType, ItemsData, PULL_REQUEST_PAGE_SIZE, PullRequestChangeEvent, PullRequestData, TeamReviewerRefreshKind, ViewerPermission } from './githubRepository';
47
import { MergeMethod as GraphQLMergeMethod, MergePullRequestInput, MergePullRequestResponse, PullRequestResponse, PullRequestState } from './graphql';
48
import { IAccount, ILabel, IMilestone, IProject, IPullRequestsPagingOptions, Issue, ITeam, MergeMethod, PRType, PullRequestMergeability, RepoAccessAndMergeMethods, User } from './interface';
49
import { IssueModel } from './issueModel';
0 commit comments