Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

feat(layer): add support for Powertools for AWS Lambda (Python) V3 Layer #758

feat(layer): add support for Powertools for AWS Lambda (Python) V3 Layer

feat(layer): add support for Powertools for AWS Lambda (Python) V3 Layer #758

Workflow file for this run

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 == 'am29d')
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}