mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			581 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			581 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# yaml-language-server: $schema=https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json
 | 
						|
autolabeler:
 | 
						|
  - label: 'Type: Bug / Error'
 | 
						|
    branch:
 | 
						|
      - '/bug\/.+/'
 | 
						|
      - '/fix\/.+/'
 | 
						|
  - label: 'Type: Enhancement'
 | 
						|
    branch:
 | 
						|
      - '/feature\/.+/'
 | 
						|
      - '/feat\/.+/'
 | 
						|
  - label: 'Type: Other'
 | 
						|
    branch:
 | 
						|
      - '/other\/.+/'
 | 
						|
      - '/chore\/.+/'
 | 
						|
      - '/test\/.+/'
 | 
						|
      - '/refactor\/.+/'
 | 
						|
  - label: 'Area: Documentation'
 | 
						|
    branch:
 | 
						|
      - '/docs\/.+/'
 | 
						|
 | 
						|
template: |
 | 
						|
  This field is unused, as we only use this config file for labeling PRs.
 |