Skip to content

chore(deps): bump @aws-sdk/client-api-gateway from 3.609.0 to 3.696.0 #306

chore(deps): bump @aws-sdk/client-api-gateway from 3.609.0 to 3.696.0

chore(deps): bump @aws-sdk/client-api-gateway from 3.609.0 to 3.696.0 #306

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: auto-approve
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
jobs:
approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && (github.event.pull_request.user.login == 'github-actions[bot]' || github.event.pull_request.user.login == 'maratsh')
steps:
- uses: hmarr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}