mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Add owner to RepositoryPush
This commit is contained in:
parent
bcc026c12b
commit
36cadf6fd1
@ -24,6 +24,7 @@ data ChangedFile = ChangedFile
|
|||||||
|
|
||||||
data RepositoryPush = RepositoryPush
|
data RepositoryPush = RepositoryPush
|
||||||
{ pushRequestContext :: Nested RequestContext
|
{ pushRequestContext :: Nested RequestContext
|
||||||
|
, pushOwner :: Nested User
|
||||||
, pushActor :: Nested User
|
, pushActor :: Nested User
|
||||||
, pushRepository :: Nested Repository
|
, pushRepository :: Nested Repository
|
||||||
, pushBefore :: Git.SHA
|
, pushBefore :: Git.SHA
|
||||||
|
Loading…
Reference in New Issue
Block a user