Skip to content

chore(deps): bump certifi from 2023.5.7 to 2023.7.22 in /packages/@aws-cdk/aws-lambda-python-alpha/test/lambda-handler-pipenv #49508

chore(deps): bump certifi from 2023.5.7 to 2023.7.22 in /packages/@aws-cdk/aws-lambda-python-alpha/test/lambda-handler-pipenv

chore(deps): bump certifi from 2023.5.7 to 2023.7.22 in /packages/@aws-cdk/aws-lambda-python-alpha/test/lambda-handler-pipenv #49508

Workflow file for this run

# Approve PRs with "auto-approve". mergify takes care of the actual merge.
name: auto-approve
on:
pull_request_target:
types: [ labeled, unlabeled, opened, synchronize, reopened, ready_for_review, review_requested ]
jobs:
auto-approve:
if: contains(github.event.pull_request.labels.*.name, 'auto-approve')
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"