Skip to content

docs: 📝 add some text to the README #9

docs: 📝 add some text to the README

docs: 📝 add some text to the README #9

Workflow file for this run

name: Add to project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
permissions:
pull-requests: write
issues: write
jobs:
add-to-project:
uses: seedcase-project/.github/.github/workflows/add-to-project-action.yml@main
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}