Skip to content
# Triggered on creation of depfu pull requests
# Adds the pull request to the technical debt project (board)
name: Add dependencies to technical debt project
on:
pull_request:
types:
- labeled
jobs:
call-workflow-add_to_technical_debt_project:
uses: sanger/.github/.github/workflows/add_to_technical_debt_project.yml@master

Check failure on line 13 in .github/workflows/add_to_tech_debt_project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add_to_tech_debt_project.yml

Invalid workflow file

error parsing called workflow ".github/workflows/add_to_tech_debt_project.yml" -> "sanger/.github/.github/workflows/add_to_technical_debt_project.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: test-label