Versions in this module Expand all Collapse all v1 v1.0.1 Apr 1, 2024 v1.0.0 Apr 1, 2024 Changes in this version + type AllowedRepo struct + Name string + Organization string + type AnnotatedEvent struct + Description string + Event Event + type Event string + type NoArgumentsPassedErr struct + func (NoArgumentsPassedErr) Error() string + type NoBranchNameErr struct + func (NoBranchNameErr) Error() string + type NoCommandSuppliedErr struct + func (NoCommandSuppliedErr) Error() string + type NoGithubOauthTokenProvidedErr struct + func (NoGithubOauthTokenProvidedErr) Error() string + type NoGithubOrgSuppliedErr struct + func (NoGithubOrgSuppliedErr) Error() string + type NoRepoFlagTargetsValid struct + func (NoRepoFlagTargetsValid) Error() string + type NoRepoSelectionsMadeErr struct + func (NoRepoSelectionsMadeErr) Error() string + type NoReposFoundErr struct + GithubOrg string + func (err NoReposFoundErr) Error() string + type NoValidReposFoundAfterFilteringErr struct + func (NoValidReposFoundAfterFilteringErr) Error() string + type OpenPrRequest struct + Branch string + Delay time.Duration + Repo *github.Repository + Retries int + type PullRequest struct + Repo string + URL string + type ReducedRepo struct + Name string + URL string + type RunReport struct + Command []string + DraftPullRequests map[string]string + FileProvidedRepos []*AllowedRepo + PullRequests map[string]string + Repos map[Event][]*github.Repository + RuntimeSeconds int + SelectionMode string + SkippedRepos map[Event][]*github.Repository