Skip to content

Commit 8958de1

Browse files
authored
Merge pull request #16 from YAPP-Github/chore/issue-template
[Chore] ci 템플릿 수정 및 이슈 타입 수정
2 parents 42599fc + 089ef56 commit 8958de1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/08-ci-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "CI Template"
22
description: CI 설정 이슈 템플릿
3-
labels: [ chore ]
4-
title: '[Chore] '
3+
labels: [ ci ]
4+
title: '[Ci] '
55
body:
66
- type: input
77
id: parentKey

.github/workflows/create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: atlassian/gajira-create@v3
4747
with:
4848
project: PRODUCT
49-
issuetype: Task
49+
issuetype: 하위 작업
5050
summary: "${{ github.event.issue.title }}"
5151
description: "${{ steps.md2jira.outputs.output-text }}"
5252
fields: |

0 commit comments

Comments
 (0)