Skip to content

Commit 1180813

Browse files
committed
Stop auto-adding to CC list
1 parent 1e6fa21 commit 1180813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mail-archive-helper.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ export class MailArchiveGitHelper {
237237
.addPRComment(pullRequestURL, comment);
238238
}
239239

240-
console.log(`addPRCc`);
240+
////console.log(`addPRCc`);
241241

242-
await this.githubGlue.addPRCc(pullRequestURL,
243-
parsedMbox.from || "");
242+
////await this.githubGlue.addPRCc(pullRequestURL,
243+
//// parsedMbox.from || "");
244244

245245
console.log(`gggNotes.set`);
246246
await this.gggNotes.set(parsed.messageID, {

0 commit comments

Comments
 (0)