Skip to content

Commit 1f5a41d

Browse files
committed
update
1 parent 2f934ef commit 1f5a41d

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

torchci/lib/bot/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import cancelWorkflowsOnCloseBot from "./cancelWorkflowsOnCloseBot";
55
import ciflowPushTrigger from "./ciflowPushTrigger";
66
import codevNoWritePerm from "./codevNoWritePermBot";
77
import drciBot from "./drciBot";
8-
import isTheBotStateful from "./statefulBot";
98
import pytorchBot from "./pytorchBot";
109
import retryBot from "./retryBot";
1110
import stripApprovalBot from "./stripApprovalBot";
@@ -20,7 +19,6 @@ export default function bot(app: Probot) {
2019
ciflowPushTrigger(app);
2120
codevNoWritePerm(app);
2221
drciBot(app);
23-
isTheBotStateful(app);
2422
pytorchBot(app);
2523
retryBot(app);
2624
stripApprovalBot(app);

torchci/lib/bot/statefulBot.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)