Skip to content

Commit

Permalink
[DE-920] Create Jira task from issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-nedza committed Oct 18, 2024
1 parent 1a58248 commit 28ec987
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sdk-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Create Jira Task

on:
issues:
types: [opened]

jobs:
call-create-jira-task:
uses: maxio-com/ab-java-sdk/.github/workflows/sdk-issue-template.yaml@main
with:
sdk-name: "Python SDK"
secrets: inherit

0 comments on commit 28ec987

Please sign in to comment.