Your Repositories
Repositories you have access to through your GitHub integration
{{ repositories().length }} repositories
@for (repo of repositories(); track repo.id) {

{{ repo.full_name }}

@if (repo.private) { Private } @else { Public }
@if (repo.description) {

{{ repo.description }}

}
Default: {{ repo.default_branch }}
} @empty {

No repositories found. Make sure you've granted access to at least one repository for the selected organization.

} @if (repositoriesHasMore()) {
}
@if (isLoading()) { }