Skip to content

Commit 3b103ba

Browse files
committed
Use ticket id for link title
1 parent e535dc3 commit 3b103ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autocomment_jira_link.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
JIRA_TICKET=$(grep -Eo '^DOC-[0-9]+' <<< "$BRANCH_NAME")
3232
JIRA_LINK="https://redislabs.atlassian.net/browse/${JIRA_TICKET}"
33-
COMMENT="[${BRANCH_NAME}](${JIRA_LINK})"
33+
COMMENT="[${JIRA_LINK}](${JIRA_LINK})"
3434
3535
generate_post_data()
3636
{

0 commit comments

Comments
 (0)