File tree 1 file changed +19
-2
lines changed 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,30 @@ module.exports = {
70
70
{
71
71
phaseTypeName : 'Checkpoint Screening' ,
72
72
state : 'START' ,
73
- roles : [ 'Copilot' , 'Reviewer '] ,
73
+ roles : [ 'Primary Screener ' ] ,
74
74
notification :
75
75
{
76
76
id : 0 , /** challengeid or projectid */
77
77
name : '' , /** challenge name */
78
78
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.' ,
80
97
} ,
81
98
} ,
82
99
} ,
You can’t perform that action at this time.
0 commit comments