mirror of
https://github.com/github/semantic.git
synced 2024-12-24 07:25:44 +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
|
||||
{ pushRequestContext :: Nested RequestContext
|
||||
, pushOwner :: Nested User
|
||||
, pushActor :: Nested User
|
||||
, pushRepository :: Nested Repository
|
||||
, pushBefore :: Git.SHA
|
||||
|
Loading…
Reference in New Issue
Block a user