Fix stale-issues naming/link drift in setup docs#496
Conversation
Replace legacy `stale-issues` references with current split workflow names `stale-issues-investigator` and `stale-issues-remediator` in README.md and gh-agent-workflows/README.md. Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
|
/ai let's shorten this and just include it as a bullet point going from 0.2.whatever to Latest and then when we do a release we can always update it. We dont need to describe everything like its a changelog, just breaking stuff. Let's also list out the other workflow copies in the repo that only exist for backwards compatibility and tell downstream users to rename to the new ones. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates documentation to reflect a split of the continuous-improvement "stale-issues" workflow into two specialized workflows: Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
❌ Author of the following commits did not sign a Contributor Agreement: Please, read and sign the above mentioned agreement if you want to contribute to this project |
This PR fixes stale-issues naming drift in setup documentation so workflow IDs and links match the current split implementation.
What changed
README.mdrecommended continuous-improvement workflow list to replace legacystale-issueswith:stale-issues-investigatorstale-issues-remediatorgh-agent-workflows/README.mdworkflow catalog to replace the brokenstale-issues/link with:stale-issues-investigator/stale-issues-remediator/gh-agent-workflows/README.md--continuous-improvementinstall list to use the same two workflow IDs used byscripts/quick-setup.sh.Why
The docs previously referenced a deprecated single workflow name and a non-existent directory link, which could mislead users during setup.
Related: #492