mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 07:04:10 +09:00
refactor: rename tables to bot_*
This commit is contained in:
@ -6,7 +6,7 @@ package bots
|
||||
|
||||
import runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
|
||||
|
||||
// Status represents the status of Run, RunJob, Task, or TaskStep
|
||||
// Status represents the status of BotRun, BotRunJob, BotTask, or BotTaskStep
|
||||
type Status int
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user