Skip to content

Bump github.com/aws/aws-sdk-go from 1.40.34 to 1.44.319 #517

Bump github.com/aws/aws-sdk-go from 1.40.34 to 1.44.319

Bump github.com/aws/aws-sdk-go from 1.40.34 to 1.44.319 #517

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 }}"