Skip to content

feat: Skip archived repos when cloning an org - #11

Merged
NoUseFreak merged 1 commit into
mainfrom
feat/skip-archived-repos
Aug 3, 2026
Merged

feat: Skip archived repos when cloning an org#11
NoUseFreak merged 1 commit into
mainfrom
feat/skip-archived-repos

Conversation

@NoUseFreak

Copy link
Copy Markdown
Owner

Summary

  • ph org no longer clones archived repositories by default; pass -a/--archived to include them.
  • Adds Repo.Archived, populated from GitHub (archived), GitLab (archived) and Azure DevOps (isDisabled). Bitbucket Cloud has no archive concept, so it always reports false.

Testing

  • go build ./... and go test ./internal/...

Archived repositories were cloned along with the rest. They are now
skipped by default and can be included with --archived.
@NoUseFreak
NoUseFreak merged commit bd27adb into main Aug 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant