Change ACLs so that they would apply to proposed/* branches instead of milestone-proposed branches, and adjust documentation to match. NB: The top-level project.config should also be changed so that its ACLs apply to proposed/* branches. It's apparently not driven by the config repository. Change-Id: Iad6991315b1d526026e0aeb0e968ed85dd317fac
		
			
				
	
	
		
			20 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[access "refs/heads/*"]
 | 
						|
abandon = group cinder-core
 | 
						|
label-Code-Review = -2..+2 group cinder-core
 | 
						|
label-Workflow = -1..+1 group cinder-core
 | 
						|
 | 
						|
[access "refs/heads/proposed/*"]
 | 
						|
abandon = group cinder-milestone
 | 
						|
label-Code-Review = -2..+2 group cinder-milestone
 | 
						|
label-Workflow = -1..+1 group cinder-milestone
 | 
						|
 | 
						|
[access "refs/tags/*"]
 | 
						|
pushSignedTag = group cinder-ptl
 | 
						|
 | 
						|
[receive]
 | 
						|
requireChangeId = true
 | 
						|
requireContributorAgreement = true
 | 
						|
 | 
						|
[submit]
 | 
						|
mergeContent = true
 |