From 96424085daab1b22aeff6154591a95aed1f2855f Mon Sep 17 00:00:00 2001 From: paoloredis Date: Tue, 5 Aug 2025 09:57:42 +0200 Subject: [PATCH] Exit without error if branch does not match jira pattern --- .github/workflows/autocomment_jira_link.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/autocomment_jira_link.yaml b/.github/workflows/autocomment_jira_link.yaml index ba526ad15..1da0b2ca1 100644 --- a/.github/workflows/autocomment_jira_link.yaml +++ b/.github/workflows/autocomment_jira_link.yaml @@ -24,8 +24,6 @@ jobs: REPO: ${{ github.repository }} BRANCH_NAME: ${{ github.event.pull_request.head.ref }} run: | - set -e - CREATE_COMMENT_URL="https://api.github.com/repos/${REPO}/issues/${PR_NUMBER}/comments" JIRA_TICKET=$(grep -Eo '^DOC-[0-9]+' <<< "$BRANCH_NAME")