Skip to content

spec(dashboards): two different requirements share the id REQ-DASH-015, so any #req-dash-015 anchor is ambiguous #20

spec(dashboards): two different requirements share the id REQ-DASH-015, so any #req-dash-015 anchor is ambiguous

spec(dashboards): two different requirements share the id REQ-DASH-015, so any #req-dash-015 anchor is ambiguous #20

Workflow file for this run

name: Issue Triage
on:
issues:
types: [opened, labeled]
workflow_dispatch:
inputs:
backlog-existing:
description: "Triage all existing untriaged open issues"
type: boolean
default: true
jobs:
triage:
uses: ConductionNL/.github/.github/workflows/issue-triage.yml@main
with:
app-name: launchpad
backlog-existing: ${{ github.event_name == 'workflow_dispatch' && inputs.backlog-existing || false }}
secrets:
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}