Skip to content

Commit

Permalink
[DE-920] Create Jira task from issue (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-nedza authored Oct 18, 2024
1 parent 8474b8f commit 0fcc564
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: "Php SDK"
secrets: inherit

0 comments on commit 0fcc564

Please sign in to comment.