We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f58335 commit 900701cCopy full SHA for 900701c
cron/internal/worker/main.go
@@ -91,7 +91,7 @@ func processRequest(ctx context.Context,
91
logger.Info(fmt.Sprintf("invalid GitHub URL: %v", err))
92
continue
93
}
94
- repo.AppendMetadata(repo.Metadata()...)
+ repo.AppendMetadata(repoReq.Metadata...)
95
96
commitSHA := clients.HeadSHA
97
requiredRequestType := []checker.RequestType{}
0 commit comments