Skip to content

feat: add stale issue and PR management workflow#69

Merged
PAMulligan merged 1 commit intomainfrom
6-add-stale-issue-and-pr-management-workflow
Apr 9, 2026
Merged

feat: add stale issue and PR management workflow#69
PAMulligan merged 1 commit intomainfrom
6-add-stale-issue-and-pr-management-workflow

Conversation

@PAMulligan
Copy link
Copy Markdown
Contributor

Summary

  • Adds .github/workflows/stale.yml using actions/stale@v9 to automatically manage inactive issues and PRs
  • Issues marked stale after 60 days of inactivity, closed after 14 more days
  • PRs marked stale after 30 days of inactivity, closed after 7 more days
  • Exempts issues labeled priority: high or help wanted
  • Runs weekly on Mondays at midnight UTC

Test plan

  • Verify workflow syntax passes CI validation
  • Confirm stale label is created automatically by the action on first run
  • Review stale/close messages for tone and clarity

Closes #6

🤖 Generated with Claude Code

Automatically labels and closes inactive issues and PRs to keep the
tracker healthy as the project grows.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@PAMulligan PAMulligan linked an issue Apr 9, 2026 that may be closed by this pull request
8 tasks
@PAMulligan PAMulligan self-assigned this Apr 9, 2026
@PAMulligan PAMulligan added area: ci-cd CI/CD workflows area: devex Developer experience area: testing Testing infrastructure area: docs Documentation labels Apr 9, 2026
@PAMulligan PAMulligan moved this from Todo to Done in PMDS Open Source Roadmap Apr 9, 2026
@PAMulligan PAMulligan merged commit 035655c into main Apr 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci-cd CI/CD workflows area: devex Developer experience area: docs Documentation area: testing Testing infrastructure

Projects

Development

Successfully merging this pull request may close these issues.

Add stale issue and PR management workflow

1 participant