mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Update labeler to match new labeling system (#27525)
This commit is contained in:
		
							
								
								
									
										24
									
								
								.github/labeler.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										24
									
								
								.github/labeler.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,22 +1,36 @@
 | 
				
			|||||||
kind/docs:
 | 
					modifies/docs:
 | 
				
			||||||
  - "**/*.md"
 | 
					  - "**/*.md"
 | 
				
			||||||
  - "docs/**"
 | 
					  - "docs/**"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kind/ui:
 | 
					modifies/frontend:
 | 
				
			||||||
  - "web_src/**/*"
 | 
					  - "web_src/**/*"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					modifies/templates:
 | 
				
			||||||
  - all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
 | 
					  - all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kind/build:
 | 
					modifies/api:
 | 
				
			||||||
 | 
					  - "routers/api/**"
 | 
				
			||||||
 | 
					  - "templates/swagger/v1_json.tmpl"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					modifies/cli:
 | 
				
			||||||
 | 
					  - "cmd/**"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					modifies/translation:
 | 
				
			||||||
 | 
					  - "options/locale/*.ini"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					modifies/migrations:
 | 
				
			||||||
 | 
					  - "models/migrations/**/*"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					modifies/internal:
 | 
				
			||||||
  - "Makefile"
 | 
					  - "Makefile"
 | 
				
			||||||
  - "Dockerfile"
 | 
					  - "Dockerfile"
 | 
				
			||||||
  - "Dockerfile.rootless"
 | 
					  - "Dockerfile.rootless"
 | 
				
			||||||
  - "docker/**"
 | 
					  - "docker/**"
 | 
				
			||||||
  - "webpack.config.js"
 | 
					  - "webpack.config.js"
 | 
				
			||||||
 | 
					 | 
				
			||||||
kind/lint:
 | 
					 | 
				
			||||||
  - ".eslintrc.yaml"
 | 
					  - ".eslintrc.yaml"
 | 
				
			||||||
  - ".golangci.yml"
 | 
					  - ".golangci.yml"
 | 
				
			||||||
  - ".markdownlint.yaml"
 | 
					  - ".markdownlint.yaml"
 | 
				
			||||||
  - ".spectral.yaml"
 | 
					  - ".spectral.yaml"
 | 
				
			||||||
  - ".stylelintrc.yaml"
 | 
					  - ".stylelintrc.yaml"
 | 
				
			||||||
  - ".yamllint.yaml"
 | 
					  - ".yamllint.yaml"
 | 
				
			||||||
 | 
					  - ".github/**"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user