From 44e8b101855a0e4582f5acf057eb56f76e725fa2 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Thu, 13 Oct 2022 05:15:21 +1100 Subject: [PATCH] Create add-issues-to-project.yml Related to KittyCAD/Clowder#76 --- .github/workflows/add-issues-to-project.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/add-issues-to-project.yml 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 }}"