We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e63f7 commit 7ab22dfCopy full SHA for 7ab22df
backend/utils/batch_utils.go
@@ -21,5 +21,6 @@ func PostCommentForBatch(batch *models.DiggerBatch, comment string, githubClient
21
}
22
return nil
23
24
+ log.Printf("Warning: Unknown vcs type: %v", batch.VCS)
25
26
0 commit comments