Skip to content

when downloading via Cart or RSS NZBs do not contain any NZB information , just the path/to/nzb/5/f/c/0/5fc009c9-e21b-4960-90dd-3305756e511f.nzb.gz #32

when downloading via Cart or RSS NZBs do not contain any NZB information , just the path/to/nzb/5/f/c/0/5fc009c9-e21b-4960-90dd-3305756e511f.nzb.gz

when downloading via Cart or RSS NZBs do not contain any NZB information , just the path/to/nzb/5/f/c/0/5fc009c9-e21b-4960-90dd-3305756e511f.nzb.gz #32

name: Label opened issues
on:
issues:
types:
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["help wanted", "good first issue", "triage"]
})