From 4e521f83cf045f73452dc36bf28b2316ebc10266 Mon Sep 17 00:00:00 2001 From: Mudassir Hussain Date: Wed, 18 Sep 2024 23:05:28 -0400 Subject: [PATCH] Removed .github/workflows/New-issue-create-card.yml from the project --- .github/workflows/New-issue-create-card.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/New-issue-create-card.yml diff --git a/.github/workflows/New-issue-create-card.yml b/.github/workflows/New-issue-create-card.yml deleted file mode 100644 index d64361822..000000000 --- a/.github/workflows/New-issue-create-card.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Create card for new issues -on: - issues: - types: [opened] -jobs: - createCard: - runs-on: ubuntu-latest - steps: - - name: Create or Update Project Card - uses: peter-evans/create-or-update-project-card@v2 - with: - project-name: VRMS - Active Project Board - column-name: New Issue Approval