From bd6abaca5d83083c0e380bcf7f294871950334c3 Mon Sep 17 00:00:00 2001 From: Daniel Graham Date: Thu, 21 May 2026 10:03:37 -0700 Subject: [PATCH] remove Jira issue creator --- .github/workflows/jira-issue-create.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/jira-issue-create.yml diff --git a/.github/workflows/jira-issue-create.yml b/.github/workflows/jira-issue-create.yml deleted file mode 100644 index 526998e..0000000 --- a/.github/workflows/jira-issue-create.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Creates jira tickets for new github issues to help triage -name: Jira Issue Creator For Python - -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@c832303a64c05b9911b6b1ad3dd8f69099f71179 # @amplitude/analytics-browser@2.36.9 - with: - label: "Python" - subcomponent: "dx_python_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 }}