checklist

package
v0.0.0-...-7166a77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(ctx context.Context, logger *log.Logger) *cobra.Command

func CreateIssue

func CreateIssue(ctx context.Context, ghClient *gh.Client, cfg ChecklistConfig, tmpl string) error

func OpenCommand

func OpenCommand(ctx context.Context, logger *log.Logger) *cobra.Command

Types

type ChecklistConfig

type ChecklistConfig struct {
	types.CommonConfig

	// TargetRepoName differs from the commmon RepoName to create the checklist in - it's where we check whether the
	// target version exists already.
	TargetRepoName string
	TargetVer      string
	TemplatePath   string
	DryRun         bool
}

func (*ChecklistConfig) Sanitize

func (cfg *ChecklistConfig) Sanitize(ctx context.Context, gh *gh.Client) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL