Skip to content

Commit

Permalink
Update component for PR & Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yesha-fauna committed Dec 13, 2023
1 parent a736d01 commit 23e8d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-jira-ticket-from-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-jira-ticket-from-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 23e8d75

Please sign in to comment.