Skip to content

Bump terraform-aws-modules/s3-bucket/aws from 3.15.1 to 4.10.1 in /infrastructure/modules/s3 #4956

Bump terraform-aws-modules/s3-bucket/aws from 3.15.1 to 4.10.1 in /infrastructure/modules/s3

Bump terraform-aws-modules/s3-bucket/aws from 3.15.1 to 4.10.1 in /infrastructure/modules/s3 #4956

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