From 23e8d75f489d907599997ccd615ef85ccb39def3 Mon Sep 17 00:00:00 2001 From: Yesha Vora Date: Wed, 13 Dec 2023 10:38:19 -0800 Subject: [PATCH] Update component for PR & Issue --- .github/workflows/create-jira-ticket-from-issue.yml | 2 +- .github/workflows/create-jira-ticket-from-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-jira-ticket-from-issue.yml b/.github/workflows/create-jira-ticket-from-issue.yml index 67fd205..e0d2b91 100644 --- a/.github/workflows/create-jira-ticket-from-issue.yml +++ b/.github/workflows/create-jira-ticket-from-issue.yml @@ -24,7 +24,7 @@ jobs: issuetype: Bug summary: Issue ${{ github.event.issue.number }} ${{ github.event.issue.title }} description: ${{ github.event.issue.html_url }} - fields: '{"labels": ["github", "issue", "dx-ops"], "components": [{ "name": "Fauna Shell" }]}' + fields: '{"labels": ["github", "issue", "dx-ops"], "components": [{ "name": "VSCode Plugin" }]}' - name: Comment uses: peter-evans/create-or-update-comment@v1 diff --git a/.github/workflows/create-jira-ticket-from-pull-request.yml b/.github/workflows/create-jira-ticket-from-pull-request.yml index 64085f8..0f9b0ce 100644 --- a/.github/workflows/create-jira-ticket-from-pull-request.yml +++ b/.github/workflows/create-jira-ticket-from-pull-request.yml @@ -24,7 +24,7 @@ jobs: issuetype: Task summary: Pull Request ${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }} description: ${{ github.event.pull_request.html_url }} - fields: '{"labels": ["github", "pr", "dx-ops"], "components": [{ "name": "Fauna Shell" }]}' + fields: '{"labels": ["github", "pr", "dx-ops"], "components": [{ "name": "VSCode Plugin" }]}' - name: Complete if: ${{ steps.create.outputs.issue }}