Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config holds configuration for the PR creator
func NewConfig ¶
func NewConfig(gitHubToken, repositoryName, defaultBranch string, assignmentRegex []string, dryRun bool) *Config
NewConfig creates a new Config with the given parameters
func NewConfigFromEnv ¶
func NewConfigFromEnv() *Config
NewConfigFromEnv creates a new Config from environment variables
type Creator ¶
type Creator struct {
// contains filtered or unexported fields
}
Creator is the main Assignment PR Creator
func NewFromEnv ¶
NewFromEnv creates a new Assignment PR Creator with environment variables
func NewWithConfig ¶
NewWithConfig creates a new Assignment PR Creator with the given configuration
type PullRequestInfo ¶
PullRequestInfo holds information about a created pull request
Click to show internal directories.
Click to hide internal directories.