@@ -393,6 +393,7 @@ testQ("handle comment allow no name specified (with trailing white space)", asyn
393
393
number : prNumber ,
394
394
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
395
395
title : "Submit a fun fix" ,
396
+ draft : false ,
396
397
} ;
397
398
398
399
ci . setGHGetPRInfo ( prInfo ) ;
@@ -480,6 +481,7 @@ testQ("handle comment submit not author", async () => {
480
481
number : prNumber ,
481
482
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
482
483
title : "Submit a fun fix" ,
484
+ draft : false ,
483
485
} ;
484
486
485
487
ci . setGHGetPRInfo ( prInfo ) ;
@@ -522,6 +524,7 @@ testQ("handle comment submit not mergeable", async () => {
522
524
number : prNumber ,
523
525
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
524
526
title : "Do Not Submit a fun fix" ,
527
+ draft : false ,
525
528
} ;
526
529
527
530
ci . setGHGetPRInfo ( prInfo ) ;
@@ -600,6 +603,7 @@ testQ("handle comment submit email success", async () => {
600
603
number : prNumber ,
601
604
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
602
605
title : "Submit a fun fix" ,
606
+ draft : false ,
603
607
} ;
604
608
605
609
ci . setGHGetPRInfo ( prInfo ) ;
@@ -685,6 +689,7 @@ testQ("handle comment preview email success", async () => {
685
689
number : prNumber ,
686
690
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
687
691
title : "Preview a fun fix" ,
692
+ draft : false ,
688
693
} ;
689
694
690
695
ci . setGHGetPRInfo ( prInfo ) ;
@@ -792,6 +797,7 @@ testQ("handle push/comment too many commits fails", async () => {
792
797
number : prNumber ,
793
798
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
794
799
title : "Preview a fun fix" ,
800
+ draft : false ,
795
801
} ;
796
802
797
803
ci . setGHGetPRInfo ( prInfo ) ;
@@ -911,6 +917,7 @@ testQ("handle push/comment merge commits fails", async () => {
911
917
number : prNumber ,
912
918
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
913
919
title : "Preview a fun fix" ,
920
+ draft : false ,
914
921
} ;
915
922
916
923
ci . setGHGetPRInfo ( prInfo ) ;
@@ -1058,6 +1065,7 @@ testQ("disallow no-reply emails", async () => {
1058
1065
number : prNumber ,
1059
1066
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
1060
1067
title : "Preview a fun fix" ,
1068
+ draft : false ,
1061
1069
} ;
1062
1070
1063
1071
ci . setGHGetPRInfo ( prInfo ) ;
@@ -1184,6 +1192,7 @@ testQ("basic lint tests", async () => {
1184
1192
number : prNumber ,
1185
1193
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
1186
1194
title : "Preview a fun fix" ,
1195
+ draft : false ,
1187
1196
} ;
1188
1197
1189
1198
ci . setGHGetPRInfo ( prInfo ) ;
@@ -1235,6 +1244,7 @@ testQ("Handle comment cc", async () => {
1235
1244
number : prNumber ,
1236
1245
pullRequestURL : "https://github.com/gitgitgadget/git/pull/59" ,
1237
1246
title : "Preview a fun fix" ,
1247
+ draft : false ,
1238
1248
} ;
1239
1249
1240
1250
ci . setGHGetPRInfo ( prInfo ) ;
0 commit comments