GitHub action tester branch #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |