Skip to content

relax docstring requirements #5

relax docstring requirements

relax docstring requirements #5

name: Add Issue to Dashboard # This name will not be inherited by other workflow calls, only this repo
on:
# To trigger for issues on this repo
issues:
types:
- opened
# To allow all CatalystNeuro repositories to utilize this common workflow
workflow_call:
secrets:
PROJECT_TOKEN:
required: true
jobs:
add_to_dashboard:
name: Add Issue to Dashboard
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/catalystneuro/projects/3
github-token: ${{ secrets.PROJECT_TOKEN }}