Skip to content

Commit

Permalink
changes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yevoros committed Aug 1, 2024
1 parent a1d536d commit aebb71b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/create_jira_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
run: |
ISSUE_TITLE="${{ github.event.issue.title }}"
ISSUE_BODY="${{ github.event.issue.body }}"
ISSUE_TYPE="Task"
if echo "${{ github.event.issue.labels.*.name }}" | grep -q "bug"; then
ISSUE_TYPE="Bug"
elif echo "${{ github.event.issue.labels.*.name }}" | grep -q "feature"; then
ISSUE_TYPE="Story"
fi
# ISSUE_TYPE="Task"
# if echo "${{ github.event.issue.labels.*.name }}" | grep -q "bug"; then
# ISSUE_TYPE="Bug"
# elif echo "${{ github.event.issue.labels.*.name }}" | grep -q "feature"; then
# ISSUE_TYPE="Story"
# fi
curl -X POST \
Expand Down

0 comments on commit aebb71b

Please sign in to comment.