Skip to content

feat: project management github actions #1

feat: project management github actions

feat: project management github actions #1

Workflow file for this run

name: Project Management

Check failure on line 1 in .github/workflows/project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/project.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
issues:
types:
- opened
- reopened
pull_request:
branches:
- master
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue to Backlog
runs-on: ubuntu-latest
steps:
uses: actions/add-to-project@v0
with:
project-url: https://github.com/orgs/multiparty/projects/2
github-token: ${{ secrets.GITHUB_TOKEN }}