Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.8.2 to 1.18.37 #596

Bump github.com/aws/aws-sdk-go-v2/config from 1.8.2 to 1.18.37

Bump github.com/aws/aws-sdk-go-v2/config from 1.8.2 to 1.18.37 #596

Workflow file for this run

name: auto approve
on:
pull_request_target:
types: [labeled]
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"