diff --git a/.github/workflows/New-issue-create-card.yml b/.github/workflows/New-issue-create-card.yml new file mode 100644 index 000000000..d64361822 --- /dev/null +++ b/.github/workflows/New-issue-create-card.yml @@ -0,0 +1,13 @@ +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