Skip to content

Fix installation

Fix installation #6

Workflow file for this run

name: Add new issues to the MUTANT project backlog
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Clinical-Genomics/projects/49
github-token: ${{ secrets.REPO_AND_PROJECT_PAT }}