We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f934ef commit 1f5a41dCopy full SHA for 1f5a41d
torchci/lib/bot/index.ts
@@ -5,7 +5,6 @@ import cancelWorkflowsOnCloseBot from "./cancelWorkflowsOnCloseBot";
5
import ciflowPushTrigger from "./ciflowPushTrigger";
6
import codevNoWritePerm from "./codevNoWritePermBot";
7
import drciBot from "./drciBot";
8
-import isTheBotStateful from "./statefulBot";
9
import pytorchBot from "./pytorchBot";
10
import retryBot from "./retryBot";
11
import stripApprovalBot from "./stripApprovalBot";
@@ -20,7 +19,6 @@ export default function bot(app: Probot) {
20
19
ciflowPushTrigger(app);
21
codevNoWritePerm(app);
22
drciBot(app);
23
- isTheBotStateful(app);
24
pytorchBot(app);
25
retryBot(app);
26
stripApprovalBot(app);
torchci/lib/bot/statefulBot.ts
0 commit comments