Versions in this module Expand all Collapse all v0 v0.7.0 Jul 27, 2026 Changes in this version + func CurrentBranch(ctx context.Context, dir string) (string, error) + func GetPRNumber(ctx context.Context, dir, branch string) (int, error) + func SetPRNumber(ctx context.Context, dir, branch string, number int) error v0.6.0 Jun 26, 2026 Changes in this version + func GetOrFetchBaseBranch(ctx context.Context, f forges.Forge, dir, owner, repo, branch string, ...) (string, error) + func SetBaseBranch(ctx context.Context, dir, branch, base string) error