mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Allow to set protected file patterns that can not be changed under no conditions (#10806)
Co-Authored-By: zeripath <art27@cantab.net>
This commit is contained in:
		@@ -247,6 +247,7 @@ func SettingsProtectedBranchPost(ctx *context.Context, f auth.ProtectBranchForm)
 | 
			
		||||
		protectBranch.BlockOnRejectedReviews = f.BlockOnRejectedReviews
 | 
			
		||||
		protectBranch.DismissStaleApprovals = f.DismissStaleApprovals
 | 
			
		||||
		protectBranch.RequireSignedCommits = f.RequireSignedCommits
 | 
			
		||||
		protectBranch.ProtectedFilePatterns = f.ProtectedFilePatterns
 | 
			
		||||
 | 
			
		||||
		err = models.UpdateProtectBranch(ctx.Repo.Repository, protectBranch, models.WhitelistOptions{
 | 
			
		||||
			UserIDs:          whitelistUsers,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user