diff --git a/.github/workflows/jira-issue-create.yml b/.github/workflows/jira-issue-create.yml index 896718e..95a2790 100644 --- a/.github/workflows/jira-issue-create.yml +++ b/.github/workflows/jira-issue-create.yml @@ -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"