Skip to content

Commit

Permalink
ci: Add additional field labels to issues created by bot (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooohhn authored Apr 26, 2021
1 parent 9436916 commit b147465
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/jira-issue-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
[SDK - JS] ${{ github.event.issue.title }}
description: |
${{ github.event.issue.url}}
fields: '{"customfield_10006": 1039, "customfield_11481": {"value": "Data Management"}, "customfield_11200":
{"value": "SDK"}}' # sprint, pillar, pod
fields: '{
"customfield_10006": 1039,
"customfield_11481": {"value": "Data Management"},
"customfield_11200": {"value": "SDK"},
"labels": ["js"]
}' # sprint, pillar, pod, labels

- name: Log created issue
run: echo "Issue AMP-${{ steps.create.outputs.issue }} was created"

0 comments on commit b147465

Please sign in to comment.