feat(gatekeeper): add PR merge automation service with Gitea webhook integration #758

Merged
jason.woltje merged 3 commits from feat/ms-gate-001-gatekeeper into main 2026-03-11 03:57:54 +00:00
Showing only changes of commit 5f0a7c847c - Show all commits

View File

@@ -14,7 +14,7 @@ export class GatekeeperService {
private readonly logger = new Logger(GatekeeperService.name); private readonly logger = new Logger(GatekeeperService.name);
private get giteaApiBaseUrl(): string { private get giteaApiBaseUrl(): string {
return `${this.configService.getOrThrow<string>('GITEA_URL')}/api/v1`; return `${this.configService.getOrThrow<string>("GITEA_URL")}/api/v1`;
} }
constructor( constructor(