We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084485d commit 746aa2aCopy full SHA for 746aa2a
1 file changed
src/github/githubRepository.ts
@@ -1020,8 +1020,8 @@ export class GitHubRepository extends Disposable {
1020
1021
async getPullRequest(id: number): Promise<PullRequestModel | undefined> {
1022
try {
1023
- Logger.debug(`Fetch pull request ${id} - enter`, this.id);
1024
const { query, remote, schema } = await this.ensure();
+ Logger.debug(`Fetch pull request ${remote.owner}/${remote.repositoryName} ${id} - enter`, this.id);
1025
1026
const { data } = await query<PullRequestResponse>({
1027
query: schema.PullRequest,
0 commit comments