Make PR message on pushes configurable (#10664)
* Make PR message on pushes configurable * Make fmt Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
b40428a50a
commit
de63ac046e
4 changed files with 9 additions and 3 deletions
|
@ -25,6 +25,7 @@ var (
|
|||
VerbosePushDelay time.Duration
|
||||
GCArgs []string `ini:"GC_ARGS" delim:" "`
|
||||
EnableAutoGitWireProtocol bool
|
||||
PullRequestPushMessage bool
|
||||
Timeout struct {
|
||||
Default int
|
||||
Migrate int
|
||||
|
@ -42,6 +43,7 @@ var (
|
|||
VerbosePushDelay: 5 * time.Second,
|
||||
GCArgs: []string{},
|
||||
EnableAutoGitWireProtocol: true,
|
||||
PullRequestPushMessage: true,
|
||||
Timeout: struct {
|
||||
Default int
|
||||
Migrate int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue