Skip to content

Commit 8d42c73

Browse files
author
Sachin Maheshwari
committed
1 parent ae649d2 commit 8d42c73

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

config/default.js

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,30 @@ module.exports = {
7070
{
7171
phaseTypeName: 'Checkpoint Screening',
7272
state: 'START',
73-
roles: ['Copilot', 'Reviewer'],
73+
roles: ['Primary Screener'],
7474
notification:
7575
{
7676
id: 0, /** challengeid or projectid */
7777
name: '', /** challenge name */
7878
group: 'challenge',
79-
title: 'Challenge checkpoint review.',
79+
title: 'Checkpoint screening phase is now open. You may now begin screening checkpoint submissions.',
80+
},
81+
},
82+
},
83+
],
84+
'notifications.autopilot.events': [
85+
{
86+
handleAutoPilot:
87+
{
88+
phaseTypeName: 'Checkpoint Screening',
89+
state: 'START',
90+
roles: ['Copilot'],
91+
notification:
92+
{
93+
id: 0, /** challengeid or projectid */
94+
name: '', /** challenge name */
95+
group: 'challenge',
96+
title: 'Checkpoint Review is now open. You may now begin reviewing checkpoint submissions.',
8097
},
8198
},
8299
},

0 commit comments

Comments
 (0)