We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 919130e + 0b0b613 commit e28b8faCopy full SHA for e28b8fa
.github/workflows/create-jira-bug-issue.yml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
project: CLAP
64
issuetype: 버그
65
- summary: "[BE] ${{ github.event.issue.title }}"
+ summary: "[FE] ${{ github.event.issue.title }}"
66
description: "${{ steps.md2jira.outputs.output-text }}"
67
fields: |
68
{
.github/workflows/create-jira-feature-issue.yml
@@ -63,7 +63,7 @@ jobs:
issuetype: 작업
- summary: '[BE] ${{ github.event.issue.title }}'
+ summary: '[FE] ${{ github.event.issue.title }}'
description: '${{ steps.md2jira.outputs.output-text }}'
69
0 commit comments