Skip to content

Deploy Production 13/7/67 Attempt 2 #267

Deploy Production 13/7/67 Attempt 2

Deploy Production 13/7/67 Attempt 2 #267

name: Add issue and pull request to Project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/thinc-org/projects/3
github-token: ${{ secrets.GH_PROJECT_TOKEN }}