Skip to content

Commit

Permalink
first attempt at workflow to add depfu PRs to technical debt project
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyTaylor committed Apr 12, 2024
1 parent 93c2e7c commit 88580fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add_to_tech_debt_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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/workflows/add_to_technical_debt_project.yml@main
with:
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: depfu

0 comments on commit 88580fd

Please sign in to comment.