Skip to content

Commit

Permalink
Create add-issues-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Aug 17, 2021
1 parent e1882ed commit ad4ea41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
issues:
types: [ opened ]
jobs:
createCard:
runs-on: ubuntu-latest
steps:
- name: Create project card
uses: peter-evans/create-or-update-project-card@v1
with:
project-name: Otter-Grader Issues and Tasks
column-name: Icebox

0 comments on commit ad4ea41

Please sign in to comment.