Skip to content

Bump terraform-aws-modules/s3-bucket/aws from 4.1.2 to 4.3.0 in /terraform/environments/analytical-platform-ingestion #18295

Bump terraform-aws-modules/s3-bucket/aws from 4.1.2 to 4.3.0 in /terraform/environments/analytical-platform-ingestion

Bump terraform-aws-modules/s3-bucket/aws from 4.1.2 to 4.3.0 in /terraform/environments/analytical-platform-ingestion #18295

Workflow file for this run

name: Enforce do not merge label
on:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled]
permissions:
contents: read
jobs:
do-not-merge:
if: ${{ contains(github.event.*.labels.*.name, 'DO NOT MERGE') }}
name: Prevent merging
runs-on: ubuntu-latest
steps:
- name: Check for label
run: |
echo "Pull request is labeled as 'DO NOT MERGE'"
echo "This workflow fails so that the pull request cannot be merged"
exit 1