mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Add name to backport workflow (#4914)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/backport.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/backport.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,6 +3,8 @@
 | 
				
			|||||||
# To enable backporting for a pullrequest, add the label "backport" to the PR.
 | 
					# To enable backporting for a pullrequest, add the label "backport" to the PR.
 | 
				
			||||||
# Additionally, add a label with the prefix "backport-to-" and the target branch
 | 
					# Additionally, add a label with the prefix "backport-to-" and the target branch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					name: Backport
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  pull_request_target:
 | 
					  pull_request_target:
 | 
				
			||||||
    types: ["labeled", "closed"]
 | 
					    types: ["labeled", "closed"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user