add additional wrappers support #66
							
								
								
									
										1
									
								
								.github/workflows/autoapprove.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/autoapprove.yml
									
									
									
									
										vendored
									
									
								
							@@ -16,7 +16,6 @@ jobs:
 | 
				
			|||||||
        uses: hmarr/auto-approve-action@v2
 | 
					        uses: hmarr/auto-approve-action@v2
 | 
				
			||||||
        if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
 | 
					        if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
 | 
				
			||||||
        id: approve
 | 
					        id: approve
 | 
				
			||||||
        run: gh pr review --approve "$PR_URL"
 | 
					 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          PR_URL: ${{github.event.pull_request.html_url}}
 | 
					          PR_URL: ${{github.event.pull_request.html_url}}
 | 
				
			||||||
          GITHUB_TOKEN: ${{secrets.TOKEN}}
 | 
					          GITHUB_TOKEN: ${{secrets.TOKEN}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user