mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user