mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
NOTICK: added newly introduced input (#6940)
see https://github.com/corda/jira-create-issue-action/pull/8
This commit is contained in:
parent
bf9d0212d9
commit
70c94adc1d
3
.github/workflows/jira_create_issue.yml
vendored
3
.github/workflows/jira_create_issue.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
jiraBaseUrl: https://r3-cev.atlassian.net
|
jiraBaseUrl: https://r3-cev.atlassian.net
|
||||||
project: CORDA
|
project: CORDA
|
||||||
|
squad: Corda
|
||||||
issuetype: Bug
|
issuetype: Bug
|
||||||
summary: ${{ github.event.issue.title }}
|
summary: ${{ github.event.issue.title }}
|
||||||
labels: community
|
labels: community
|
||||||
@ -33,4 +34,4 @@ jobs:
|
|||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
body: |
|
body: |
|
||||||
Automatically created Jira issue: ${{ steps.create.outputs.issue }}
|
Automatically created Jira issue: ${{ steps.create.outputs.issue }}
|
||||||
reaction-type: '+1'
|
reaction-type: '+1'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user