Merge pull request #3210 from tphoney/dron-267
(dron-267) correctly set parent for promotion retry
This commit is contained in:
commit
724bd35cfc
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ func HandleRetry(
|
|||
}
|
||||
|
||||
hook := &core.Hook{
|
||||
Parent: prev.Number,
|
||||
Trigger: user.Login,
|
||||
Event: prev.Event,
|
||||
Action: prev.Action,
|
||||
|
|
Loading…
Reference in a new issue