You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-github has a variety of repository-like objects, notably Repository and PushEventRepository. Since PrepareRepoContext only cares about a few fields accessed via getters, we should define an interface to accommodate the various repository objects.
We should use the same interface in PreparePRContext.
The text was updated successfully, but these errors were encountered:
go-githubapp/githubapp/context.go
Line 35 in e6f4865
go-github
has a variety of repository-like objects, notablyRepository
andPushEventRepository
. SincePrepareRepoContext
only cares about a few fields accessed via getters, we should define an interface to accommodate the various repository objects.We should use the same interface in
PreparePRContext
.The text was updated successfully, but these errors were encountered: