Skip to content

Commit

Permalink
chore: update jira issue create action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Mar 13, 2024
1 parent e91f19c commit 1044972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jira-issue-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
description: |
${{ github.event.issue.html_url }}
fields: '{
"labels": ["experiment-android-client"]
"labels": ["experiment-android-client", "sdk-backlog-grooming", "github"]
}'

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

0 comments on commit 1044972

Please sign in to comment.