We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3f443 commit 6bacf5aCopy full SHA for 6bacf5a
AWS/Lambda/PREmailer/pr_emailer.py
@@ -408,7 +408,7 @@ def lambda_handler(event, context):
408
elif origin_req in [o.strip() for o in origin.split(',')]:
409
cors = origin_req
410
411
- first_message_id = f'<llvm/llvm-project/pull/{pr_number}@github.com>'
+ first_message_id = f'<llvm.org/llvm/llvm-project/pull/{pr_number}@github.com>'
412
message_id = None
413
in_reply_to = None
414
if event_kind == 'pull_request' and action == 'opened':
0 commit comments