1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Add owner to RepositoryPush

This commit is contained in:
joshvera 2019-01-16 12:16:57 -05:00
parent bcc026c12b
commit 36cadf6fd1

View File

@ -24,6 +24,7 @@ data ChangedFile = ChangedFile
data RepositoryPush = RepositoryPush
{ pushRequestContext :: Nested RequestContext
, pushOwner :: Nested User
, pushActor :: Nested User
, pushRepository :: Nested Repository
, pushBefore :: Git.SHA