commit

package
v0.0.0-...-9b44f5d Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCommit

func CreateCommit(ctx context.Context, client *github.Client, options *CommitOptions) error

Types

type CommitOptions

type CommitOptions struct {
	RepoOwner                   string
	RepoName                    string
	CommitMessage               string
	GpgPassphrase               string
	GpgPrivateKey               string // detached armor format
	Changes                     []*github.TreeEntry
	BaseTreeOverride            *string // Pointer so we can use "" as the override.
	Branch                      string
	Username                    string
	Email                       string
	MaxRetries                  int
	RetryBackoff                time.Duration
	PullRequestSourceBranchName string
	PullRequestBody             string
	MergeMethod                 string
}

Jump to

Keyboard shortcuts

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