Skip to content

Commit 0379b16

Browse files
committed
Fix checklist message to reference contact email instead of address
1 parent 2629419 commit 0379b16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function buildPrBody(number, eventName, submitterLogin, isOnlineEvent, eventDate
6868
'',
6969
'Review checklist:',
7070
`- [ ] Event name "${eventName}" is correct`,
71-
`Public name "${contactName}" and address "${address}" are correct`,
71+
`Public name "${contactName}" and address "${contactEmail}" are correct`,
7272
...(shortDescription ? [] : ['- [ ] Short description is left blank — confirm this is intentional']),
7373
...(fullDescription ? [] : ['- [ ] Long description is left blank — confirm this is intentional']),
7474
dateLine,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function buildPrBody(number, name, submitterLogin, isOnlineEvent, eventDate, sta
7171
'',
7272
'Review checklist:',
7373
`- [ ] Event name "${name}" is correct`,
74-
`- [ ] Public name "${contactName}" and address "${address}" are correct`,
74+
`- [ ] Public name "${contactName}" and address "${contactEmail}" are correct`,
7575
...(shortDescription ? [] : ['- [ ] Short description is left blank — confirm this is intentional']),
7676
...(fullDescription ? [] : ['- [ ] Long description is left blank — confirm this is intentional']),
7777
dateLine,

0 commit comments

Comments
 (0)