mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 13:29:10 +08:00 
			
		
		
		
	Change pull_request to pull_request_target for PR review
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/add-reviewer-pr.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/add-reviewer-pr.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
name: Add Reviewer PR
 | 
					name: Add Reviewer PR
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  pull_request:
 | 
					  pull_request_target:
 | 
				
			||||||
    types: [opened]
 | 
					    types: [opened]
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  run-action:
 | 
					  run-action:
 | 
				
			||||||
@@ -13,4 +13,4 @@ jobs:
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    - name: add_reviewer
 | 
					    - name: add_reviewer
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN}}" https://api.github.com/repos/${{github.repository}}/pulls/${{ github.event.pull_request.number}}/requested_reviewers -d '{"reviewers":["${{steps.oncall.outputs.CURRENT}}"]}'
 | 
					        curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN}}" https://api.github.com/repos/${{github.repository}}/pulls/${{ github.event.pull_request.number}}/requested_reviewers -d '{"reviewers":["${{steps.oncall.outputs.CURRENT}}"]}'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user