You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/magician/cmd/templates/DIFF_COMMENT.md.tmpl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ If you believe this detection to be incorrect please raise the concern with your
51
51
An `override-missing-service-label` label can be added to allow merging.
52
52
{{end}}
53
53
54
+
{{- ifgt (len.AddedResources) 1 }}
55
+
## Multiple resources added
56
+
57
+
This PR adds multiple new resources: {{range$i, $resource:=.AddedResources}}{{ ifgt$i 0}}, {{end}}`{{$resource}}`{{end}}. This makes review significantly more difficult. Please split it into multiple PRs, one per resource.
58
+
An `override-multiple-resources` label can be added to allow merging.
0 commit comments