You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`DEPRECATION: 'false' for 'failComment' or 'failTitle' is deprecated and will be removed in a future major version. Use 'failCommentCondition' instead.`,
"DEPRECATION: 'false' for 'failComment' or 'failTitle' is deprecated and will be removed in a future major version. Use 'failCommentCondition' instead.",
4361
+
),
4362
+
);
4358
4363
t.true(fetch.done());
4359
4364
});
4360
4365
@@ -4370,6 +4375,68 @@ test('Skip closing issues if "failTitle" is "false"', async (t) => {
"DEPRECATION: 'false' for 'failComment' or 'failTitle' is deprecated and will be removed in a future major version. Use 'failCommentCondition' instead.",
4423
+
),
4424
+
);
4425
+
t.true(fetch.done());
4426
+
});
4427
+
4428
+
test('Skip closing issues if "failCommentCondition" is "false"',async(t)=>{
0 commit comments