feat(gatekeeper): add PR merge automation service with Gitea webhook integration #758
@@ -14,7 +14,7 @@ export class GatekeeperService {
|
||||
private readonly logger = new Logger(GatekeeperService.name);
|
||||
|
||||
private get giteaApiBaseUrl(): string {
|
||||
return `${this.configService.getOrThrow<string>('GITEA_URL')}/api/v1`;
|
||||
return `${this.configService.getOrThrow<string>("GITEA_URL")}/api/v1`;
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user