Skip to content

Commit 6bacf5a

Browse files
committed
Fix message-id so it doesn't conflict with github
1 parent bb3f443 commit 6bacf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AWS/Lambda/PREmailer/pr_emailer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def lambda_handler(event, context):
408408
elif origin_req in [o.strip() for o in origin.split(',')]:
409409
cors = origin_req
410410

411-
first_message_id = f'<llvm/llvm-project/pull/{pr_number}@github.com>'
411+
first_message_id = f'<llvm.org/llvm/llvm-project/pull/{pr_number}@github.com>'
412412
message_id = None
413413
in_reply_to = None
414414
if event_kind == 'pull_request' and action == 'opened':

0 commit comments

Comments
 (0)