Skip to content

have an integration test to check if the changes in this file don't break the local workflow #99

have an integration test to check if the changes in this file don't break the local workflow

have an integration test to check if the changes in this file don't break the local workflow #99

name: Add Issues to Project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/mesoscope/projects/1
github-token: ${{ secrets.PROJECT_PAT }}