Skip to content

Triage new issues with AutoTriage - #48

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

Triage new issues with AutoTriage#48
danielchalmers wants to merge 1 commit into
mainfrom
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: 11 of 12 open issues are over a year old, including #22 ("Instructions to get started don't work", Dec 2023) and #26 ("Test app does not launch"). Inflow is only 2 issues per 180 days — the problem isn't volume, it's that nothing looks at them on arrival.

Issues only, no pull_request_target — 3 external PRs in 180 days doesn't justify it.

Guards: repository_owner == 'MudBlazor' (skips forks, where it would fail on the missing key) and sender.type != 'Bot' (skips Renovate dashboards). 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