diff --git a/web/app/configs/bridge/hookshot-github/hookshot-github.bridge.component.ts b/web/app/configs/bridge/hookshot-github/hookshot-github.bridge.component.ts index fcbbb09..1149028 100644 --- a/web/app/configs/bridge/hookshot-github/hookshot-github.bridge.component.ts +++ b/web/app/configs/bridge/hookshot-github/hookshot-github.bridge.component.ts @@ -147,6 +147,7 @@ export class HookshotGithubBridgeConfigComponent extends BridgeComponent { this.bridge.config.connections.push(conn); + this.loadRepos(); this.isBusy = false; this.translate.get('Bridge requested').subscribe((res: string) => { this.toaster.pop("success", res);