Versions in this module Expand all Collapse all v0 v0.1.1 May 18, 2026 Changes in this version + type Client struct + func NewClient(ctx context.Context, token string) *Client + func (c *Client) CreateBranch(ctx context.Context, owner, repo, branch, sha string) error + func (c *Client) GetRepository(ctx context.Context, owner, repo string) (*gh.Repository, error)