Merge pull request #3210 from tphoney/dron-267

(dron-267) correctly set parent for promotion retry
This commit is contained in:
TP Honey 2022-05-09 15:33:59 +01:00 committed by GitHub
commit 724bd35cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@ func HandleRetry(
}
hook := &core.Hook{
Parent: prev.Number,
Trigger: user.Login,
Event: prev.Event,
Action: prev.Action,