{{ define "title" }}{{ .Tab }} settings · {{ .RepoInfo.FullName }}{{ end }} {{ define "repoContent" }}
{{ template "repo/settings/fragments/sidebar" . }}
{{ template "collaboratorSettings" . }}
{{ end }} {{ define "collaboratorSettings" }}

Collaborators

Any user added as a collaborator will be able to push commits and tags to this repository, upload releases, and workflows.

{{ template "collaboratorsGrid" . }}
{{ end }} {{ define "collaboratorsGrid" }}
{{ if .RepoInfo.Roles.CollaboratorInviteAllowed }} {{ template "addCollaboratorButton" . }} {{ end }} {{ range .Collaborators }} {{ $handle := resolve .Did }}
{{ $handle }}
{{ $handle }}

{{ .Role }}

{{ end }}
{{ end }} {{ define "addCollaboratorButton" }}
{{ template "addCollaboratorModal" . }}
{{ end }} {{ define "addCollaboratorModal" }}

Collaborators can push to this repository.

{{ end }}