[FEATURE] Read humann3 genefamilies.tsv file #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
# The issue.opened event below is only needed for the "immediate" mode. | |
# The issue.assigned event below is only needed for the default ("auto") mode. | |
issues: | |
types: [ assigned ] | |
jobs: | |
create_issue_branch_job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create Issue Branch | |
uses: robvanderleek/create-issue-branch@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |