Skip to content

Implement: Agenda Management #1022

Implement: Agenda Management

Implement: Agenda Management #1022

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

Check failure on line 15 in .github/workflows/issue-triage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/issue-triage.yml

Invalid workflow file

error parsing called workflow ".github/workflows/issue-triage.yml" -> "ConductionNL/.github/.github/workflows/issue-triage.yml@main" : failed to fetch workflow: workflow was not found.
with:
app-name: decidesk
backlog-existing: ${{ github.event_name == 'workflow_dispatch' && inputs.backlog-existing || false }}
secrets:
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}