Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Adopt Documentation links in widget/page Actions menus (nc-vue#447) #77

Adopt Documentation links in widget/page Actions menus (nc-vue#447)

Adopt Documentation links in widget/page Actions menus (nc-vue#447) #77

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: openbuilt
backlog-existing: ${{ github.event_name == 'workflow_dispatch' && inputs.backlog-existing || false }}
secrets:
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}