Skip to content

Update terraform-aws-modules/lambda/aws requirement from v6.4.0 to 8.1.0 in /infrastructure/stacks/application #5068

Update terraform-aws-modules/lambda/aws requirement from v6.4.0 to 8.1.0 in /infrastructure/stacks/application

Update terraform-aws-modules/lambda/aws requirement from v6.4.0 to 8.1.0 in /infrastructure/stacks/application #5068

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 }}