Skip to content

Add AutoTriage workflows for label-only issue and PR triage#109

Draft
Copilot wants to merge 1 commit intomasterfrom
copilot/add-autotriage-workflow
Draft

Add AutoTriage workflows for label-only issue and PR triage#109
Copilot wants to merge 1 commit intomasterfrom
copilot/add-autotriage-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 27, 2026

Adds AutoTriage for newly opened issues and pull requests using the MudBlazor setup as the reference point. The configuration is constrained to apply DesktopClock’s standard labels only, with no comments, title edits, or state changes.

  • Workflows

    • Added issue triage workflow for issues.opened
    • Added PR triage workflow for pull_request_target on opened and ready_for_review
    • Configured both workflows to skip the fast model and use gemini-3.1-flash-lite-preview as the review model
  • Triage policy

    • Added a repo-specific .github/AutoTriage.prompt
    • Restricted AutoTriage actions to label application only
    • Scoped labeling to the repository’s standard labels: bug, enhancement, question, invalid, plus clearly-supported secondary labels such as duplicate, wontfix, help wanted, and good first issue
  • Operational details

    • Reused a shared triage DB cache across runs
    • Granted only the permissions needed to read contents and write issue/PR metadata
- name: AutoTriage - triage issue
  uses: danielchalmers/AutoTriage@v3
  with:
    issues: ${{ github.event.issue.number }}
    prompt-path: .github/AutoTriage.prompt
    db-path: triage-db.json
    model-fast: ""
    model-pro: gemini-3.1-flash-lite-preview

Agent-Logs-Url: https://github.com/danielchalmers/DesktopClock/sessions/d299ce61-53e5-42d3-92f9-f071042a3e38

Co-authored-by: danielchalmers <7112040+danielchalmers@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants