Skip to content

Return 404 rather than 500 if gene could not be found #2

Return 404 rather than 500 if gene could not be found

Return 404 rather than 500 if gene could not be found #2

name: add issues to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: add issue to project
runs-on: ubuntu-latest
steps:
- name: register bug/enhancement issues with release planning project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/varfish-org/projects/2
labeled: bug, needs-triage, enhancement
label-operator: OR
github-token: ${{ secrets.BOT_TOKEN }}