diff --git a/.github/workflows/jira-sync.yml b/.github/workflows/jira-sync.yml new file mode 100644 index 0000000..e45a9e7 --- /dev/null +++ b/.github/workflows/jira-sync.yml @@ -0,0 +1,15 @@ +name: JIRA Sync + +on: + pull_request: + types: + - opened + - edited + - ready_for_review + - converted_to_draft + - closed + +jobs: + jira-sync: + uses: flume/github-actions/.github/workflows/jira-sync.yml@main + secrets: inherit