From 4cbe557a81ca981d03e140bebed6134c49595a5e Mon Sep 17 00:00:00 2001 From: Justin Fiedler Date: Tue, 20 Jun 2023 11:55:42 -0700 Subject: [PATCH] chore: update issues workflow for AMP project (#595) --- .github/workflows/jira-issue-create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jira-issue-create.yml b/.github/workflows/jira-issue-create.yml index ae13a80f..47624b55 100644 --- a/.github/workflows/jira-issue-create.yml +++ b/.github/workflows/jira-issue-create.yml @@ -14,6 +14,7 @@ jobs: uses: amplitude/Amplitude-TypeScript/.github/workflows/jira-issue-create-template.yml@main with: label: 'JS' + subcomponent: "dx_javascript_sdk" secrets: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}