name: "🤖 Automation"
about: "Propose, fix, or improve automation (actions, scripts, bots)."
title: "[Workflows] Scope README regen to changed paths with concurrency guard"
labels: [area:workflows, v0.2.0, branding, status:needs-triage, area:automation]
Automation Summary
Update the readme-regen.yml workflow to:
- Use
paths: filters to target only directories/files that have changed.
- Implement
concurrency: group to ensure only one regeneration runs per target at once.
- Write only the README files affected by a given change, not all READMEs.
Steps / Checklist
Acceptance Criteria
Additional Context
Owner: Workflows
Definition of Ready (DoR)
Definition of Done (DoD)
name: "🤖 Automation"
about: "Propose, fix, or improve automation (actions, scripts, bots)."
title: "[Workflows] Scope README regen to changed paths with concurrency guard"
labels: [area:workflows, v0.2.0, branding, status:needs-triage, area:automation]
Automation Summary
Update the
readme-regen.ymlworkflow to:paths:filters to target only directories/files that have changed.concurrency: groupto ensure only one regeneration runs per target at once.Steps / Checklist
Acceptance Criteria
readme-regen.ymlusespaths:filters andconcurrency: group.Additional Context
Owner: Workflows
Definition of Ready (DoR)
Definition of Done (DoD)