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 42599fc + 089ef56 commit 8958de1Copy full SHA for 8958de1
.github/ISSUE_TEMPLATE/08-ci-template.yml
@@ -1,7 +1,7 @@
1
name: "CI Template"
2
description: CI 설정 이슈 템플릿
3
-labels: [ chore ]
4
-title: '[Chore] '
+labels: [ ci ]
+title: '[Ci] '
5
body:
6
- type: input
7
id: parentKey
.github/workflows/create-jira-issue.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: atlassian/gajira-create@v3
47
with:
48
project: PRODUCT
49
- issuetype: Task
+ issuetype: 하위 작업
50
summary: "${{ github.event.issue.title }}"
51
description: "${{ steps.md2jira.outputs.output-text }}"
52
fields: |
0 commit comments