From 98278e720fa6af2b8dfb75e9ebe8d449972cf651 Mon Sep 17 00:00:00 2001 From: Gary H <26419401+Gary-H9@users.noreply.github.com> Date: Fri, 21 Apr 2023 11:28:38 +0100 Subject: [PATCH] :coffin: Remove GH Issue to JIRA Action --- .github/workflows/issue-to-project-trigger.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/issue-to-project-trigger.yml diff --git a/.github/workflows/issue-to-project-trigger.yml b/.github/workflows/issue-to-project-trigger.yml deleted file mode 100644 index 953465f..0000000 --- a/.github/workflows/issue-to-project-trigger.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Add issues to project - -on: - issues: - types: - - opened - -jobs: - call-workflow-issue-to-project: - uses: ministryofjustice/nvvs-devops-github-actions/.github/workflows/issue-to-project.yml@main - secrets: - TECH_SERVICES_GITHUB_TOKEN: ${{ secrets.TECH_SERVICES_GITHUB_TOKEN }}