mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	feat: Change autolabeler regex to include : (#4196)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/release-drafter.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/release-drafter.yml
									
									
									
									
										vendored
									
									
								
							| @@ -62,10 +62,10 @@ autolabeler: | |||||||
|       - '/feat/i' |       - '/feat/i' | ||||||
|   - label: 'bugfix' |   - label: 'bugfix' | ||||||
|     title: |     title: | ||||||
|       - '/fix/i' |       - '/fix:/i' | ||||||
|   - label: 'documentation' |   - label: 'documentation' | ||||||
|     title: |     title: | ||||||
|       - '/docs/i' |       - '/docs:/i' | ||||||
|   - label: 'chore' |   - label: 'chore' | ||||||
|     title: |     title: | ||||||
|       - '/chore/i' |       - '/chore:/i' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user