Versions in this module Expand all Collapse all v1 v1.0.0 Feb 5, 2026 Changes in this version + func CheckLocalChanges(targetPath string) ([]byte, error) + func CreateGitHubIssues(githubCfg config.GitHubConfig, selectedProjects []config.Project) + func CreatePullRequest(project config.Project, targetPath string, branchName string, prTitle string, ...) ([]byte, error) + func FetchRepositories(githubCfg config.GitHubConfig) ([]config.Project, error) + func PushChanges(project config.Project, targetPath string, branchName string, prTitle string) error + func SelectOrCreateBranch(repoPath, prTitle, branchStrategy, specifiedBranch string) (string, error) + func SyncTopicsWithCache(projects []config.Project, githubCfg config.GitHubConfig) error + type GitHubRepo struct + IsArchived bool + Name string + RepositoryTopics []Topic + type Topic struct + Topic string