Skip to content

Triage new issues with AutoTriage - #49

Merged
danielchalmers merged 1 commit into
mainfrom
claude/add-autotriage
Jul 27, 2026
Merged

Triage new issues with AutoTriage#49
danielchalmers merged 1 commit into
mainfrom
claude/add-autotriage

Conversation

@danielchalmers

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.

Replaces #48, which became unreopenable after a bad force-push.

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.
@danielchalmers
danielchalmers merged commit db5ac69 into main Jul 27, 2026
3 checks passed
@danielchalmers
danielchalmers deleted the claude/add-autotriage branch July 27, 2026 04:41
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