Skip to content

Team update - Aug 23, 2023 #134

Team update - Aug 23, 2023

Team update - Aug 23, 2023 #134

name: Add issues to projects
# https://github.com/actions/add-to-project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Add To GitHub Projects Beta
uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/Quansight-Labs/projects/5
github-token: ${{ secrets.ACCESS_TOKEN }}