Skip to content

Commit 75e9197

Browse files
Fixes merge PR not working with GHE
1 parent 1421127 commit 75e9197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plus/integrations/providers/github.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ abstract class GitHubIntegrationBase<ID extends SupportedIntegrationIds> extends
252252
return (
253253
(await this.container.github)?.mergePullRequest(this, accessToken, id, headRefSha, {
254254
mergeMethod: options?.mergeMethod,
255+
baseUrl: this.apiBaseUrl,
255256
}) ?? false
256257
);
257258
}

0 commit comments

Comments
 (0)