feat: remove bots resources after deleting repo

This commit is contained in:
Jason Song
2022-11-29 16:25:58 +08:00
parent e33d4d7700
commit c1fce2cf7d
6 changed files with 73 additions and 0 deletions

View File

@ -365,6 +365,7 @@ func CreateTaskForRunner(ctx context.Context, runner *BotRunner) (*BotTask, bool
Name: v.String(),
TaskID: task.ID,
Number: int64(i),
RepoID: task.RepoID,
Status: StatusWaiting,
}
}