mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	Add missing exclusive in advanced label options (#28322)
Hi, I think these changes could be useful for default labels when creating new repos. The PR includes the following changes: - Add missing exclusive flag for Kind/ scope in labels. - Move Breaking label into new Compat/ scope.
This commit is contained in:
		
							parent
							
								
									8e9b6817bc
								
							
						
					
					
						commit
						77506c6f6c
					
				| @ -14,12 +14,12 @@ labels: | ||||
|   - name: "Kind/Testing" | ||||
|     color: 795548 | ||||
|     description: Issue or pull request related to testing | ||||
|   - name: "Kind/Breaking" | ||||
|     color: c62828 | ||||
|     description: Breaking change that won't be backward compatible | ||||
|   - name: "Kind/Documentation" | ||||
|     color: 37474f | ||||
|     description: Documentation changes | ||||
|   - name: "Compat/Breaking" | ||||
|     color: c62828 | ||||
|     description: Breaking change that won't be backward compatible | ||||
|   - name: "Reviewed/Duplicate" | ||||
|     exclusive: true | ||||
|     color: 616161 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user