Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "bulldozer", Short: "A bot for auto-merging PRs when all status checks are green and the PR is reviewed", Long: "A bot for auto-merging PRs when all status checks are green and the PR is reviewed", SilenceUsage: true, }
RootCmd represents the base command when called without any subcommands
View Source
var ServerCmd = &cobra.Command{
Use: "server",
Short: "Runs bulldozer in server mode.",
Long: "Runs bulldozer in a long-running server mode, automatically merging pull requests that meet certain conditions.",
RunE: serverCmd,
}
Functions ¶
func IsDebugMode ¶
func IsDebugMode() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.