From 88be68df590d4c3238891f685f6f1b4f66129242 Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Tue, 22 Feb 2022 14:57:35 -0800 Subject: [PATCH] add workflow to create issue --- .github/workflows/create-issue.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/create-issue.yml diff --git a/.github/workflows/create-issue.yml b/.github/workflows/create-issue.yml new file mode 100644 index 0000000..953e372 --- /dev/null +++ b/.github/workflows/create-issue.yml @@ -0,0 +1,16 @@ +name: Create Issue + +on: + issues: + types: [opened, labeled] +jobs: + createCard: + runs-on: ubuntu-latest + steps: + - name: Create or Update Project Card + uses: peter-evans/create-or-update-project-card@v1 + with: + token: ${{ secrets.SIMULARIUM }} + project-name: Simularium Modeling + column-name: Backlog + project-location: simularium