Create add-issues-to-project.yml

Related to KittyCAD/Clowder#76
This commit is contained in:
Kurt Hutten
2022-10-13 05:15:21 +11:00
committed by GitHub
parent 533c43952c
commit 44e8b10185

View File

@ -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 }}"