mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	Merge pull request #16477 from jamessan/backport-action
fix(ci/backport): check for event_name == "pull_request_target"
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/backport.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/backport.yml
									
									
									
									
										vendored
									
									
								
							| @@ -12,7 +12,7 @@ jobs: | ||||
|     name: Backport Pull Request | ||||
|     if: > | ||||
|       github.repository_owner == 'neovim' && ( | ||||
|         github.event_name == 'pull_request' && | ||||
|         github.event_name == 'pull_request_target' && | ||||
|         github.event.pull_request.merged | ||||
|       ) || ( | ||||
|         github.event_name == 'issue_comment' && | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 James McCoy
					James McCoy