diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml new file mode 100644 index 000000000..eec977bfb --- /dev/null +++ b/.github/workflows/add-issues-to-project.yml @@ -0,0 +1,13 @@ +name: "Add issues to 'KittyCode Project'" + +on: + issues: + types: [opened] +jobs: + createCard: + runs-on: ubuntu-latest + steps: + - uses: KittyCAD/ts-actions/add-issues-to-project@v0.3.0 + with: + token: ${{ secrets.GLOBAL_PAT }} + issue-node: ${{ github.event.issue.node_id }}"