Skip to content

Commit 2629419

Browse files
committed
Update event submission messages for clarity in PR body and workflow
1 parent 45fa273 commit 2629419

3 files changed

Lines changed: 2 additions & 4 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 contact info "${contactName} <${contactEmail}>" is correct`,
71+
`Public name "${contactName}" and address "${address}" 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 contact info "${contactName} <${contactEmail}>" is correct`,
74+
`- [ ] Public name "${contactName}" and address "${address}" 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,

.github/workflows/new-event-intake.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ jobs:
381381
const marker = process.env.STATUS_COMMENT_MARKER;
382382
const body = [
383383
marker,
384-
'Thank you for your submission! 🎉',
385-
'',
386384
`**${process.env.EVENT_NAME}** has been successfully parsed and a pull request has been opened for review: [#${process.env.PR_NUMBER}](${process.env.PR_URL}).`,
387385
'',
388386
`Once the PR is merged, your event will be **${process.env.ACTION_VERB}** the map at https://day.processing.org.`,

0 commit comments

Comments
 (0)