From 70c94adc1d5f0f32905bbae157bbd846203aa6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Waldemar=20=C5=BBurowski?= <45210402+wzur-r3@users.noreply.github.com> Date: Thu, 5 Aug 2021 20:18:41 +0200 Subject: [PATCH] NOTICK: added newly introduced input (#6940) see https://github.com/corda/jira-create-issue-action/pull/8 --- .github/workflows/jira_create_issue.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jira_create_issue.yml b/.github/workflows/jira_create_issue.yml index fe9f5eb8de..66a3bbdc37 100644 --- a/.github/workflows/jira_create_issue.yml +++ b/.github/workflows/jira_create_issue.yml @@ -16,6 +16,7 @@ jobs: with: jiraBaseUrl: https://r3-cev.atlassian.net project: CORDA + squad: Corda issuetype: Bug summary: ${{ github.event.issue.title }} labels: community @@ -33,4 +34,4 @@ jobs: issue-number: ${{ github.event.issue.number }} body: | Automatically created Jira issue: ${{ steps.create.outputs.issue }} - reaction-type: '+1' \ No newline at end of file + reaction-type: '+1'