Skip to content

ci: add stale PR and issue automation#1128

Merged
jschoedl merged 1 commit intomainfrom
ci/autoclose-stale
Apr 8, 2026
Merged

ci: add stale PR and issue automation#1128
jschoedl merged 1 commit intomainfrom
ci/autoclose-stale

Conversation

@jschoedl
Copy link
Copy Markdown
Collaborator

@jschoedl jschoedl commented Apr 8, 2026

Summary

  • Adds a weekly GitHub Actions workflow to automatically label and close stale PRs and issues
  • PRs: marked stale after 30 days of inactivity, closed after 14 more days
  • Issues: marked stale after 180 days of inactivity, closed after 30 more days
  • Only applies to items created after 2026-04-08 to avoid affecting existing open PRs/issues

Test plan

  • Verify workflow syntax is valid by checking Actions tab after merge
  • Optionally trigger manually via workflow_dispatch to confirm it runs without errors

🤖 Generated with Claude Code

Automatically labels and closes inactive PRs (30+14 days) and issues
(180+30 days). Only applies to items created after 2026-04-08.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jschoedl jschoedl merged commit 52083f5 into main Apr 8, 2026
3 checks passed
@jschoedl jschoedl deleted the ci/autoclose-stale branch April 8, 2026 15:50
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