(ctx context.Context, repoPrefix string, autoInit bool)
| 46 | DeleteBranch(ctx context.Context, installationID, repoID int64, remote, branch string) error |
| 47 | |
| 48 | CreateManagedRepo(ctx context.Context, repoPrefix string, autoInit bool) (*github.Repository, error) |
| 49 | // DeleteManagedRepo deletes the given repo from the managed org. For test cleanup only. |
| 50 | DeleteManagedRepo(ctx context.Context, repo string) error |
| 51 | ManagedOrgInstallationID() (int64, error) |
no outgoing calls
no test coverage detected