Skip to content

feat(construct): lambda layer #46

feat(construct): lambda layer

feat(construct): lambda layer #46

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
- unlabeled
- opened
- synchronize
- reopened
- ready_for_review
- review_requested
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: (github.event.pull_request.user.login == 'emerging-tech-cdk-constructs-bot') && contains(github.event.pull_request.labels.*.name, 'auto-approve')
steps:
- uses: hmarr/[email protected]
with:
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}