mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +00:00
#2246 fully support of webhooks for pull request
This commit is contained in:
@@ -206,7 +206,7 @@ func HTTP(ctx *context.Context) {
|
||||
RepoName: reponame,
|
||||
}); err == nil {
|
||||
go models.HookQueue.Add(repo.ID)
|
||||
go models.AddTestPullRequestTask(repo.ID, strings.TrimPrefix(refName, "refs/heads/"))
|
||||
go models.AddTestPullRequestTask(authUser, repo.ID, strings.TrimPrefix(refName, "refs/heads/"), true)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user