Skip to content

Commit 4d92f5e

Browse files
authored
[DE-920] Create Jira task from issue (#35)
1 parent 5ab29bf commit 4d92f5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/sdk-issue.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Create Jira Task
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
call-create-jira-task:
9+
uses: maxio-com/ab-java-sdk/.github/workflows/sdk-issue-template.yaml@main
10+
with:
11+
sdk-name: "Golang SDK"
12+
secrets: inherit

0 commit comments

Comments
 (0)