Support GitHub-style org and user profile repos (.github, .profile) #651
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
GitHub uses
.githuband.github-privaterepos for org-level profile READMEs and community health files. MokoGitea uses.mokogiteaand.mokogitea-privateequivalents, but should also alias the GitHub naming convention so that:.githubworks as an alias for the org profile repo (currentlyorg-profile/.mokogitea).github-privateworks as an alias for private org config.profileworks for user-level profile READMEsCurrent Behavior
MokoGitea only recognizes
.mokogitea-prefixed repo names for org/user profiles.Expected Behavior
Both
.githuband.mokogiteanaming conventions should be recognized, with.mokogiteataking priority if both exist. This ensures compatibility with repos migrated from GitHub and reduces friction for users familiar with GitHub conventions.Context
Our GitHub backup mirrors map
org-profile→.githuband.mokogitea-private→.github-private. Having MokoGitea natively support both naming patterns would eliminate the need for these name translations.