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
// lazy way of constructing https://github.com/submitgit/pretend-git/compare/7c597ef345aed345576de616c51f27e6f4b342b3...f90334356a304bc0acad01ab4fc64c49a3afd371
114
+
valprCompareSnapshotUrl= ghCompare.getHtmlUrl
115
+
116
+
valnumCommits= ghCompare.getTotalCommits
117
+
valpatchBombDesc=if (numCommits ==1) {
118
+
s"this commit ($prCompareSnapshotUrl) as a patch"
119
+
} else {
120
+
s"these $numCommits commits ($prCompareSnapshotUrl) as a set of patches"
121
+
}
122
+
111
123
pr.comment(
112
-
s"${pr.getUser.atLogin} sent this to the mailing list with [_submitGit_](https://github.com/rtyley/submitgit) - "+
124
+
s"${pr.getUser.atLogin} sent $patchBombDesc to the mailing list with [_submitGit_](https://github.com/rtyley/submitgit) - "+
0 commit comments