diff --git a/.github/workflows/new-issue-create-card.yml b/.github/workflows/new-issue-create-card.yml deleted file mode 100644 index aa2bdc12..00000000 --- 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: Product Management - column-name: New Issue Approval