Skip to content

Bump ecs::modernisation-platform-terraform-ecs-cluster from 4.3.0 to 5.0.0 in /terraform/environments/delius-core #17608

Bump ecs::modernisation-platform-terraform-ecs-cluster from 4.3.0 to 5.0.0 in /terraform/environments/delius-core

Bump ecs::modernisation-platform-terraform-ecs-cluster from 4.3.0 to 5.0.0 in /terraform/environments/delius-core #17608

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