Provisioning: move job operator to enterprise and enable PR worker (#111663)

This commit is contained in:
Daniele Stefano Ferru
2025-09-27 20:14:08 -05:00
committed by GitHub
parent dc3e7b246a
commit e34475041a
8 changed files with 29 additions and 271 deletions
@@ -28,7 +28,7 @@ func ProvidePullRequestWorker(
configProvider apiserver.RestConfigProvider,
registry prometheus.Registerer,
) *PullRequestWorker {
urlProvider := func(_ string) string {
urlProvider := func(_ context.Context, _ string) string {
return cfg.AppURL
}