Skip to content

If we want to integrate amplitude using SPM, we mostly need to use the main branch? Is it part of your roadmap to improve this? #66

If we want to integrate amplitude using SPM, we mostly need to use the main branch? Is it part of your roadmap to improve this?

If we want to integrate amplitude using SPM, we mostly need to use the main branch? Is it part of your roadmap to improve this? #66

# Creates jira tickets for new github issues to help triage
name: Jira Issue Creator For iOS
on:
issues:
types: [opened]
workflow_call:
inputs:
label:
type: string
jobs:
call-workflow-passing-data:
uses: amplitude/Amplitude-TypeScript/.github/workflows/jira-issue-create-template.yml@main
with:
label: "iOS"
subcomponent: "dx_ios_sdk"
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
JIRA_PROJECT: ${{ secrets.JIRA_PROJECT }}