Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProjectManagement ¶
type ProjectManagement struct {
// contains filtered or unexported fields
}
func NewProjectManagement ¶
func NewProjectManagement(ghClient *gh.Client, owner, repo string) *ProjectManagement
func (*ProjectManagement) SyncProjects ¶
type ProjectsConfig ¶
type ProjectsConfig struct { types.CommonConfig CurrVer string NextVer string // ForceMovePending lets "pending" backports be moved from one project // to another. By default this is set to false, since most commonly // this is a mistake and the PR should have been previously marked as // "backport-done". ForceMovePending bool }
func (*ProjectsConfig) Sanitize ¶
func (cfg *ProjectsConfig) Sanitize() error
Click to show internal directories.
Click to hide internal directories.