We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65333e5 commit 6a0643dCopy full SHA for 6a0643d
.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\n... [truncated due to excessive length] ...';
+# const truncateMsg = '\n</details>\n\n... [truncated due to excessive length] ...';
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