Skip to content

[RSE-Dev]: Add nf-nanopore-pauses pipeline #17

[RSE-Dev]: Add nf-nanopore-pauses pipeline

[RSE-Dev]: Add nf-nanopore-pauses pipeline #17

Workflow file for this run

name: Add active to label
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.ISSUE_LABEL }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: active