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: .github/workflows/scripts/create_address_commit_comments_issues
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ update_commit_map() {
256
256
if [ "$found"-eq 0 ];then
257
257
commit_keys+=("$key")
258
258
commit_counts+=("1")
259
-
commit_links+=("- ${link}")
259
+
commit_links+=("- ${link}")
260
260
fi
261
261
}
262
262
@@ -385,6 +385,7 @@ main() {
385
385
**Commit:** [${commit_sha}](${commit_link})
386
386
387
387
**Comments:**
388
+
388
389
${links}
389
390
390
391
Interested in helping improve the project? If you are, the comment linked to above has **${count}** comment(s) from core contributors that could use your attention.
0 commit comments