From 0161bcf3161861a2099f3dfc3c326cbacf81c6ac Mon Sep 17 00:00:00 2001 From: Albert Jurkoit <31667609+albertJkt@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:56:29 +0200 Subject: [PATCH] Update jira-link.yaml --- .github/workflows/jira-link.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/jira-link.yaml b/.github/workflows/jira-link.yaml index 18240fb7..3bd7b21d 100644 --- a/.github/workflows/jira-link.yaml +++ b/.github/workflows/jira-link.yaml @@ -10,7 +10,6 @@ jobs: steps: - name: check pull request title and source branch name run: | - echo "Checking pull request with title ${{ github.event.pull_request.title }} from source branch ${{ github.event.pull_request.head.ref }}" if ! [[ "${{ github.event.pull_request.title }}" =~ ^AIRO-[0-9]+[[:space:]].*$ ]] && ! [[ "${{ github.event.pull_request.head.ref }}" =~ ^AIRO-[0-9]+.*$ ]] then echo -e "Please make sure one of the following is true:\n \