Skip to content

GitHub action tester branch #20

GitHub action tester branch

GitHub action tester branch #20

# 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:
push:
branches:
- github-action-add-to-tech-debt-project
pull_request:
types:
- labeled
jobs:
call-workflow-add_to_technical_debt_project:
uses: sanger/.github/.github/workflows/add_to_technical_debt_project.yml@master
secrets:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}