Skip to content

Pitchfork

Pitchfork #8

Workflow file for this run

name: Auto assign to project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
assign_to_project:
uses: koinos/koinos-github-workflows/.github/workflows/add_to_project.yml@master

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

View workflow run for this annotation

GitHub Actions / .github/workflows/add_to_project.yml

Invalid workflow file

error parsing called workflow ".github/workflows/add_to_project.yml" -> "koinos/koinos-github-workflows/.github/workflows/add_to_project.yml@master" : failed to fetch workflow: workflow was not found.
secrets:
github-token: ${{ secrets.ISSUE_MANAGEMENT_TOKEN }}