Skip to content

Commit 74cdf17

Browse files
authored
feat: Enable GitHub Enterprise support for Seer (#96937)
Enable GitHub Enterprise support for Seer
1 parent 1ea07c2 commit 74cdf17

File tree

1 file changed

+1
-1
lines changed
  • static/app/components/events/autofix

1 file changed

+1
-1
lines changed

static/app/components/events/autofix/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const getCodeChangesIsLoading = (autofixData: AutofixData) => {
129129
return changesStep?.status === AutofixStatus.PROCESSING;
130130
};
131131

132-
const supportedProviders = ['integrations:github'];
132+
const supportedProviders = ['integrations:github', 'integrations:github_enterprise'];
133133

134134
export const isSupportedAutofixProvider = (provider?: {id: string; name: string}) => {
135135
if (!provider) {

0 commit comments

Comments
 (0)