This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Add clarification to qiime feature-table filter-features that you can filter with a sequence artifact #50
This file contains hidden or 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
| name: Add new issues and PRs to triage project board | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| pull_request_target: | |
| types: | |
| - opened | |
| jobs: | |
| add-to-project: | |
| name: Add issue to project | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v0.3.0 | |
| with: | |
| project-url: https://github.com/orgs/qiime2/projects/36 | |
| github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | |
| labeled: skip-triage | |
| label-operator: NOT |