Skip to content

Show genes as "not tested", if no phenotype known #97

Show genes as "not tested", if no phenotype known

Show genes as "not tested", if no phenotype known #97

Workflow file for this run

name: Add new issues to project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add new issue to project board
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/hpi-dhc/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}