From 2b749bf2d0c12dfef6b29632b0b8c995ae7a03e8 Mon Sep 17 00:00:00 2001 From: Justin Variath Thomas Date: Thu, 20 Jul 2023 11:21:19 -0400 Subject: [PATCH] Revert "WX-1210 Added JIRA ID for Cromwhelm auto commit message (#7180)" This reverts commit 4ca252c5f403b25d557a4fa02647f11a6bd61f39. --- .github/workflows/chart_update_on_merge.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/chart_update_on_merge.yml b/.github/workflows/chart_update_on_merge.yml index ac1c9e79141..107e9d5de4a 100644 --- a/.github/workflows/chart_update_on_merge.yml +++ b/.github/workflows/chart_update_on_merge.yml @@ -11,12 +11,6 @@ jobs: if: github.event.pull_request.merged == true runs-on: self-hosted # Faster machines; see https://github.com/broadinstitute/cromwell/settings/actions/runners steps: - - name: Fetch Jira ID from the commit message - id: fetch-jira-id - run: | - JIRA_ID=$(echo '${{ github.event.head_commit.message }}' | grep -Eo '\[?[A-Z][A-Z]+-[0-9]+\]?') - [[ -z "$JIRA_ID" ]] && { echo "No Jira ID found in $1" ; exit 1; } - echo "JIRA_ID=$JIRA_ID" >> $GITHUB_OUTPUT - name: Clone Cromwell uses: actions/checkout@v2 with: @@ -88,5 +82,5 @@ jobs: git diff git config --global user.name "broadbot" git config --global user.email "broadbot@broadinstitute.org" - git commit -am "${{ steps.fetch-jira-id.outputs.JIRA_ID }}: Auto update to Cromwell $CROMWELL_VERSION" + git commit -am "Auto update to Cromwell $CROMWELL_VERSION" git push https://broadbot:$BROADBOT_GITHUB_TOKEN@github.com/broadinstitute/cromwhelm.git main