Skip to content

Commit

Permalink
add workflow to create issue
Browse files Browse the repository at this point in the history
  • Loading branch information
blairlyons committed Feb 22, 2022
1 parent bb62604 commit 88be68d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/create-issue.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 88be68d

Please sign in to comment.