Skip to content

Bump ec2_test_autoscaling_group::modernisation-platform-terraform-ec2-autoscaling-group from 2.1.1 to 2.4.0 in /terraform/environments/example #1669

Bump ec2_test_autoscaling_group::modernisation-platform-terraform-ec2-autoscaling-group from 2.1.1 to 2.4.0 in /terraform/environments/example

Bump ec2_test_autoscaling_group::modernisation-platform-terraform-ec2-autoscaling-group from 2.1.1 to 2.4.0 in /terraform/environments/example #1669

Workflow file for this run

name: Enforce do not merge label
on:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled]
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