Provisioning: move job operator to enterprise and enable PR worker (#111663)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user