Skip to content

Genbank parser needs heavy refactor or a rewrite #11

Genbank parser needs heavy refactor or a rewrite

Genbank parser needs heavy refactor or a rewrite #11

name: Notify Discord about "help wanted" issues
on:
issues:
types:
- labeled
jobs:
notify:
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Actions for Discord
uses: Ilshidur/[email protected]
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_HELP_WANTED }}