Exporting pdf's to other gradescope assignments fails when students add in external files #232
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A workflow for automatically adding all new issues to a project | |
name: Add issues to project | |
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 |