Skip to content

Mark new issues with needs-triage label #1191

Mark new issues with needs-triage label

Mark new issues with needs-triage label #1191

Workflow file for this run

name: "Mark new issues with needs-triage label"
on:
issues:
types:
- reopened
- opened
permissions:
# Label issues.
issues: write
jobs:
label-new-issues:
uses: mdn/workflows/.github/workflows/new-issues.yml@main
with:
target-repo: "mdn/yari"