Skip to content

Can't Write If There is a Drawing Block #7

Can't Write If There is a Drawing Block

Can't Write If There is a Drawing Block #7

name: Create or Update Project Card
on:
issues:
types: [opened]
jobs:
createCard:
runs-on: ubuntu-latest
steps:
- name: Create or Update Project Card
uses: peter-evans/create-or-update-project-card@v3
with:
project-name: 🚚 Beaver's Roadmap
column-name: 💡 To-do
issue-number: ${{ github.event.issue.number }}