From 11ed67018a00ab9708af77e1ea6cf51e14cc2798 Mon Sep 17 00:00:00 2001 From: Vladan Paunovic Date: Mon, 24 Oct 2022 04:41:15 -0700 Subject: [PATCH 1/2] chore: remove jira workflow --- .github/workflows/jira.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/jira.yml diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml deleted file mode 100644 index 29ef62f4..00000000 --- a/.github/workflows/jira.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Create JIRA issue - -on: - issues: - types: [labeled] - -jobs: - createIssue: - runs-on: ubuntu-latest - steps: - - uses: getsentry/ga-jira-integration@main - with: - JIRA_API_HOST: ${{secrets.JIRA_BASEURL}} - JIRA_API_TOKEN: ${{secrets.JIRA_APITOKEN}} - JIRA_EMAIL: ${{secrets.JIRA_USEREMAIL}} - TRIGGER_LABEL: "Status: Backlog" - JIRA_PROJECT_ID: FUNT - JIRA_ISSUE_NAME: Story From 80b2cff2d5ed1b147b4b1413182ac301388a5fe5 Mon Sep 17 00:00:00 2001 From: Vladan Paunovic Date: Mon, 24 Oct 2022 04:49:55 -0700 Subject: [PATCH 2/2] chore: add changelog item --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2ec1ed..255f37a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## Unreleased - +- chore(ci): remove jira workflow (#204) - feat(react-native): Xcode plugin debug files upload can include source using env ## 2.2.2