mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
add milestone changed traker on issue view (#804)
This commit is contained in:
@ -470,7 +470,7 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str
|
||||
return err
|
||||
}
|
||||
|
||||
if err = newIssue(sess, NewIssueOptions{
|
||||
if err = newIssue(sess, pull.Poster, NewIssueOptions{
|
||||
Repo: repo,
|
||||
Issue: pull,
|
||||
LableIDs: labelIDs,
|
||||
|
Reference in New Issue
Block a user