Skip to content

Commit b503e7a

Browse files
authored
Exit without error if branch does not match jira pattern (#1934)
1 parent 71421c8 commit b503e7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/autocomment_jira_link.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
REPO: ${{ github.repository }}
2525
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
2626
run: |
27-
set -e
28-
2927
CREATE_COMMENT_URL="https://api.github.com/repos/${REPO}/issues/${PR_NUMBER}/comments"
3028
3129
JIRA_TICKET=$(grep -Eo '^DOC-[0-9]+' <<< "$BRANCH_NAME")

0 commit comments

Comments
 (0)