Updated .github/workflows/auto-approve.yml
This commit is contained in:
		
							parent
							
								
									5fe8e4d604
								
							
						
					
					
						commit
						8f723a129d
					
				
							
								
								
									
										17
									
								
								.github/workflows/auto-approve.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/auto-approve.yml
									
									
									
									
										vendored
									
									
								
							| @ -9,15 +9,24 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - uses: hmarr/auto-approve-action@v2 |       - uses: hmarr/auto-approve-action@v2 | ||||||
|         if: | |         if: | | ||||||
|  |           ( | ||||||
|  |             github.event.pull_request.user.login == 'dependabot[bot]' || | ||||||
|  |             github.event.pull_request.user.login == 'dependabot' || | ||||||
|  |             github.event.pull_request.user.login == 'dependabot-preview[bot]' || | ||||||
|  |             github.event.pull_request.user.login == 'dependabot-preview' || | ||||||
|  |             github.event.pull_request.user.login == 'renovate[bot]' || | ||||||
|  |             github.event.pull_request.user.login == 'renovate' || | ||||||
|  |             github.event.pull_request.user.login == 'github-actions[bot]' | ||||||
|  |           ) | ||||||
|  |             && | ||||||
|  |           ( | ||||||
|             github.actor == 'dependabot[bot]' || |             github.actor == 'dependabot[bot]' || | ||||||
|             github.actor == 'dependabot' || |             github.actor == 'dependabot' || | ||||||
|             github.actor == 'dependabot-preview[bot]' || |             github.actor == 'dependabot-preview[bot]' || | ||||||
|             github.actor == 'dependabot-preview' || |             github.actor == 'dependabot-preview' || | ||||||
|             github.actor == 'renovate[bot]' || |             github.actor == 'renovate[bot]' || | ||||||
|             github.actor == 'renovate' || |             github.actor == 'renovate' || | ||||||
|         github.actor == 'pyup-bot' || |             github.actor == 'github-actions[bot]' | ||||||
|         github.actor == 'github-actions[bot]' || |           ) | ||||||
|         github.actor == 'pre-commit-ci' || |  | ||||||
|         github.actor == 'pre-commit-ci[bot]' |  | ||||||
|         with: |         with: | ||||||
|           github-token: ${{ secrets.PAT_TOKEN }} |           github-token: ${{ secrets.PAT_TOKEN }} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tonye Jack
						Tonye Jack