From 22e828329e2fed2dd0e208c9519dd7b480ec045d Mon Sep 17 00:00:00 2001 From: Zach Willard <13011363+fullstackzach@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:35:22 -0500 Subject: [PATCH 1/2] bad commit From 857ca163d9e38bb90155fffbe0b82f2137982abb Mon Sep 17 00:00:00 2001 From: Zach Willard <13011363+fullstackzach@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:36:29 -0500 Subject: [PATCH 2/2] AUS-1234: remove unneeded echo --- .github/scripts/commit-linting-loose.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/scripts/commit-linting-loose.sh b/.github/scripts/commit-linting-loose.sh index bcc5ffd..7ed5d0b 100644 --- a/.github/scripts/commit-linting-loose.sh +++ b/.github/scripts/commit-linting-loose.sh @@ -32,8 +32,6 @@ for commit in $BRANCH_COMMITS; do exit 0 fi - echo $COMMIT_MSG_UPPER - if echo $COMMIT_MSG_UPPER | grep -iqE "$msg_regex"; then echo "************" echo "Jira ticket # found in a commit mesage 👍🏻"