Skip to content

Add GH Action for Add To Project #1

Add GH Action for Add To Project

Add GH Action for Add To Project #1

on:
issues:
types:
- opened

Check failure on line 5 in .github/workflows/add_to_project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add_to_project.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1
with:
project-url: https://github.com/orgs/Shopify/projects/2215
github-token: ${{ secrets.GITHUB_TOKEN }}