+11
appview/pulls/pulls.go
+11
appview/pulls/pulls.go
··················+// user can only delete branch if they are a collaborator in the repo that the branch belongs to
+1
-1
appview/state/router.go
+1
-1
appview/state/router.go
···-pulls := pulls.New(s.oauth, s.repoResolver, s.pages, s.idResolver, s.db, s.config, s.notifier)+pulls := pulls.New(s.oauth, s.repoResolver, s.pages, s.idResolver, s.db, s.config, s.notifier, s.enforcer)