Skip to content

Commit 953e888

Browse files
committed
update
1 parent 2ad9e57 commit 953e888

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
@@ -11,7 +11,6 @@ import webhookToDynamo from "./webhookToDynamo";
1111
import cancelWorkflowsOnCloseBot from "./cancelWorkflowsOnCloseBot";
1212
import stripApprovalBot from "./stripApprovalBot";
1313
import codevNoWritePerm from "./codevNoWritePermBot";
14-
import isTheBotStateful from "./statefulBot";
1514

1615
export default function bot(app: Probot) {
1716
autoCcBot(app);
@@ -26,5 +25,4 @@ export default function bot(app: Probot) {
2625
retryBot(app);
2726
cancelWorkflowsOnCloseBot(app);
2827
codevNoWritePerm(app);
29-
isTheBotStateful(app);
3028
}

torchci/lib/bot/statefulBot.ts

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

0 commit comments

Comments
 (0)