Skip to content

chore(deps-dev): Bump cdk-nag from 2.28.104 to 2.28.113 #2052

chore(deps-dev): Bump cdk-nag from 2.28.104 to 2.28.113

chore(deps-dev): Bump cdk-nag from 2.28.104 to 2.28.113 #2052

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.js 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 == 'unerty' ||
github.event.pull_request.user.login == 'pflorek' ||
github.event.pull_request.user.login == 'acfo' ||
github.event.pull_request.user.login == 'dependabot[bot]')
steps:
- uses: hmarr/auto-approve-action@v2.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}