Skip to content

chore(deps-dev): Bump @pepperize/projen-awscdk-construct from 0.0.606 to 0.0.669 #2040

chore(deps-dev): Bump @pepperize/projen-awscdk-construct from 0.0.606 to 0.0.669

chore(deps-dev): Bump @pepperize/projen-awscdk-construct from 0.0.606 to 0.0.669 #2040

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 == 'pflorek' || github.event.pull_request.user.login == 'acfo' || github.event.pull_request.user.login == 'dependabot[bot]')
steps:
- uses: hmarr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}