From 18e77ea17243d4e38879146b5eebf4d07ce29428 Mon Sep 17 00:00:00 2001 From: Yesha Vora Date: Wed, 13 Dec 2023 10:53:26 -0800 Subject: [PATCH] Use V4 Python Driver as component --- .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 67fd205b..09281f25 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": "V4 Python Driver" }]}' - 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 64085f82..86e921e1 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": "V4 Python Driver" }]}' - name: Complete if: ${{ steps.create.outputs.issue }}