From 6fca7fa8ff0b309ab5c7940bbc278d790f548222 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 19 Oct 2022 12:59:56 -0400 Subject: [PATCH] 4th attempt Signed-off-by: Sebastian Malton --- .github/workflows/require-milestone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/require-milestone.yml b/.github/workflows/require-milestone.yml index 09dec213db..c44cee04da 100644 --- a/.github/workflows/require-milestone.yml +++ b/.github/workflows/require-milestone.yml @@ -9,4 +9,5 @@ jobs: - name: Require Milestone run: | echo "${{ toJson(github.event.pull_request) }}" | jq '.milestone' -e - exit $? + echo $? + exit 1