mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-22 08:34:05 +09:00
refactor: rename tables to bot_*
This commit is contained in:
@ -86,7 +86,7 @@ func notifyWithPR(repo *repo_model.Repository, doer *user_model.User, ref string
|
||||
}
|
||||
|
||||
for id, content := range workflows {
|
||||
run := bots_model.Run{
|
||||
run := bots_model.BotRun{
|
||||
Title: commit.Message(),
|
||||
RepoID: repo.ID,
|
||||
OwnerID: repo.OwnerID,
|
||||
|
Reference in New Issue
Block a user