4
									
								
								.github/workflows/dependabot-automerge.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/dependabot-automerge.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,10 +17,10 @@ jobs: | ||||
|         id: metadata | ||||
|         uses: dependabot/fetch-metadata@v1.1.1 | ||||
|         with: | ||||
|           github-token: "${{ secrets.GITHUB_TOKEN }}" | ||||
|           github-token: "${{ secrets.TOKEN }}" | ||||
|       - name: Enable auto-merge for Dependabot PRs | ||||
|         if: ${{contains(steps.metadata.outputs.dependency-names, 'go.unistack.org')}} | ||||
|         run: gh pr merge --auto --merge "$PR_URL" | ||||
|         env: | ||||
|           PR_URL: ${{github.event.pull_request.html_url}} | ||||
|           GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||||
|           GITHUB_TOKEN: ${{secrets.TOKEN}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user