From 96c5099b4c43721290a66f06b82e8831e2ae55e3 Mon Sep 17 00:00:00 2001 From: Justin Fiedler Date: Tue, 20 Jun 2023 12:32:56 -0700 Subject: [PATCH] chore: update issue workflow to create ticket in AMP (#146) --- .github/workflows/jira-issue-create.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jira-issue-create.yml b/.github/workflows/jira-issue-create.yml index 98d8095..fc2b604 100644 --- a/.github/workflows/jira-issue-create.yml +++ b/.github/workflows/jira-issue-create.yml @@ -14,8 +14,9 @@ jobs: uses: amplitude/Amplitude-TypeScript/.github/workflows/jira-issue-create-template.yml@main with: label: "Flutter" + subcomponent: "dx_flutter_sdk" secrets: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} - JIRA_PROJECT: ${{ secrets.JIRA_PROJECT }} \ No newline at end of file + JIRA_PROJECT: ${{ secrets.JIRA_PROJECT }}