Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions torchci/lib/bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import cancelWorkflowsOnCloseBot from "./cancelWorkflowsOnCloseBot";
import ciflowPushTrigger from "./ciflowPushTrigger";
import codevNoWritePerm from "./codevNoWritePermBot";
import drciBot from "./drciBot";
import isTheBotStateful from "./statefulBot";
import pytorchBot from "./pytorchBot";
import retryBot from "./retryBot";
import stripApprovalBot from "./stripApprovalBot";
Expand All @@ -20,7 +19,6 @@ export default function bot(app: Probot) {
ciflowPushTrigger(app);
codevNoWritePerm(app);
drciBot(app);
isTheBotStateful(app);
pytorchBot(app);
retryBot(app);
stripApprovalBot(app);
Expand Down
25 changes: 0 additions & 25 deletions torchci/lib/bot/statefulBot.ts

This file was deleted.