We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71421c8 commit b503e7aCopy full SHA for b503e7a
.github/workflows/autocomment_jira_link.yaml
@@ -24,8 +24,6 @@ jobs:
24
REPO: ${{ github.repository }}
25
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
26
run: |
27
- set -e
28
-
29
CREATE_COMMENT_URL="https://api.github.com/repos/${REPO}/issues/${PR_NUMBER}/comments"
30
31
JIRA_TICKET=$(grep -Eo '^DOC-[0-9]+' <<< "$BRANCH_NAME")
0 commit comments