Skip to content

Triage new issues with AutoTriage - #522

Closed
danielchalmers wants to merge 1 commit into
devfrom
claude/add-autotriage
Closed

Triage new issues with AutoTriage#522
danielchalmers wants to merge 1 commit into
devfrom
claude/add-autotriage

Conversation

@danielchalmers

@danielchalmers danielchalmers commented Jul 27, 2026

Copy link
Copy Markdown
Member

Runs the same AutoTriage action as MudBlazor/MudBlazor, on newly opened issues only.

Why: Templates is what people reach through dotnet new, and its issues are user-facing template bugs (#516, #517). Inflow is 3 per 180 days — low enough that nothing is watching, high enough that each one matters.

Issues only, no pull_request_target. This repo does get real external PRs (4 in 180 days, and it's the only satellite with zero bot PR traffic), so a PR trigger is defensible later — keeping the two decisions separable.

Guards: repository_owner == 'MudBlazor' (skips forks) and sender.type != 'Bot'. GEMINI_API_KEY is already an org secret, so no setup needed.

No AutoTriage.prompt — the action falls back to its default policy. Uses checkout@v7 rather than the @v4 elsewhere here. Add dry-run: "true" to review the plan before it acts.

Issues opened here have gone unlabelled and unanswered for long stretches.
AutoTriage applies labels, asks for missing repro details, and retitles
unclear reports the moment an issue is opened, using the same action
MudBlazor/MudBlazor already runs.

Issues only, with no pull_request_target trigger: this repo does not see
enough external pull request traffic to justify one, and adding it would
mostly fire on bot pull requests.

The job is guarded on `repository_owner` so it does not run in forks, and on
`sender.type != Bot` so bot-opened issues such as Renovate dependency
dashboards are skipped. GEMINI_API_KEY is already an organization secret, so
no setup is required.
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.

1 participant