We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0643d commit 1d80f92Copy full SHA for 1d80f92
.github/workflows/ontology_diff_comment.yml
@@ -38,7 +38,7 @@
38
# if (content) {
39
# // GitHub's max issue body size is approximately 65536 characters
40
# const maxBodySize = 65536;
41
-# const truncateMsg = '\n</details>\n\n... [truncated due to excessive length] ...';
+# const truncateMsg = '\n</details>\n\n... ### WARNING: This diff is too large and has been truncated....';
42
# if (content.length > maxBodySize) {
43
# // Truncate the content to fit within the GitHub comment size limit
44
# content = content.substring(0, maxBodySize - truncateMsg.length) + truncateMsg;
0 commit comments