mirror of
https://github.com/go-gitea/gitea
synced 2025-10-29 18:38:28 +00: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