Updates labeler for new labels (#1613)
Signed-off-by: John McBride <jmcbride@vmware.com>
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/labeler.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/labeler.yml
									
									
									
									
										vendored
									
									
								
							@ -1,16 +1,17 @@
 | 
				
			|||||||
# changes to documentation generation
 | 
					# changes to documentation generation
 | 
				
			||||||
"area/doc-gen": doc/**/*
 | 
					"area/docs-generation": doc/**/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# changes to the core Go cobra lib package
 | 
					# changes to the core cobra command
 | 
				
			||||||
"area/lib": ./*.go
 | 
					"area/cobra-command": 
 | 
				
			||||||
 | 
					- any: ['./cobra.go', './cobra_test.go', './*command*.go'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# changes to the Cobra CLI
 | 
					# changes made to command flags/args
 | 
				
			||||||
"area/cli": cobra/**/*
 | 
					"area/flags": ./args*.go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# changes to Github workflows
 | 
					# changes to Github workflows
 | 
				
			||||||
"area/github": .github/**/*
 | 
					"area/github": .github/**/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# changes to shell completions
 | 
					# changes to shell completions
 | 
				
			||||||
"area/*sh completion":
 | 
					"area/shell-completion":
 | 
				
			||||||
  - ./*completions*
 | 
					  - ./*completions*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user