Skip to content

Commit b8e1dfb

Browse files
SableRafclaude
andcommitted
Add plus.codes link to auto-recovered Plus Code
Include a direct https://plus.codes/<code> link in the PR note generated by .github/scripts/process-new-event-issue.mjs when a Plus Code is auto-recovered. This makes it easier for reviewers to open the location and verify map pin placement without copying the code manually. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b6b4a9a commit b8e1dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/process-new-event-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function buildPrBody(number, name, submitterLogin, isOnlineEvent, eventDate, sta
148148
const noteBlock = plusCodeNote
149149
? [
150150
'> [!NOTE]',
151-
`> The Plus Code was auto-recovered from the user's input (\`${rawPlusCode}\`) using the city as a reference. Please verify the map pin placement is correct.`,
151+
`> The Plus Code was auto-recovered from the user's input (\`${rawPlusCode}\`) using the city as a reference. Please verify the map pin placement is correct (https://plus.codes/${plusCodeNote.code}).`
152152
'',
153153
]
154154
: [];

0 commit comments

Comments
 (0)