{{define "title"}}settings ยท {{.Repo.OwnerName}}/{{.Repo.Name}}{{end}} {{define "content"}} {{$base := printf "/%s/%s/settings" .Repo.OwnerName .Repo.Name}}

Settings

{{if .Notice}}{{end}}

Identity

{{if .Topics}}

{{range .Topics}}{{.}} {{end}}

{{end}}

Access

Merge gates

Checked before a merge, in this order: checks, approvals, resolved threads, signatures.

Protected branches

{{if .Repo.Settings.ProtectedBranches}} {{else}}

No protected branches. A protected branch refuses deletion and force-pushes.

{{end}}

Lifecycle

Deleting or transferring a repository is a CLI operation: gitbay repo delete {{.Repo.OwnerName}}/{{.Repo.Name}} --yes

{{end}}