Skip to content

Commit

Permalink
Update addPRtoJIRA.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrabain committed Jun 10, 2024
1 parent 0991481 commit 7000af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/addPRtoJIRA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "PR_URL: $PR_URL"
# Extract Jira issue key from the PR title or branch name
ISSUE_KEY=$(echo "$PR_TITLE" | grep -oE 'TE-[0-9]+')
ISSUE_KEY=$(echo "$PR_TITLE" | grep -oE 'TEN-[0-9]+')
# Debugging: Print the extracted ISSUE_KEY
echo "Extracted ISSUE_KEY: $ISSUE_KEY"
Expand Down

0 comments on commit 7000af4

Please sign in to comment.