Skip to content

Commit 8cf7278

Browse files
committed
Update checklist messages to reference email instead of address
1 parent 0379b16 commit 8cf7278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 "${contactEmail}" are correct`,
71+
`- [ ] Public name "${contactName}" and email "${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 "${contactEmail}" are correct`,
74+
`- [ ] Public name "${contactName}" and email "${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)