Skip to content

Update aws-lambda-powertools[tracer] requirement from ~=2.43.0 to ~=3.14.0 in /application #4959

Update aws-lambda-powertools[tracer] requirement from ~=2.43.0 to ~=3.14.0 in /application

Update aws-lambda-powertools[tracer] requirement from ~=2.43.0 to ~=3.14.0 in /application #4959

name: "Check Pull Request Checklist"
on:
pull_request:
types: [opened, ready_for_review, edited, synchronize, reopened]
permissions:
contents: read
pull-requests: read
jobs:
pull-request-checklist:
runs-on: ubuntu-latest
steps:
- uses: mheap/require-checklist-action@v2
with:
requireChecklist: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}