Skip to content

ci: add workflow to clean up stale PRs and issues#1007

Open
DaleSeo wants to merge 1 commit into
mainfrom
chore/stale-workflow
Open

ci: add workflow to clean up stale PRs and issues#1007
DaleSeo wants to merge 1 commit into
mainfrom
chore/stale-workflow

Conversation

@DaleSeo

@DaleSeo DaleSeo commented Jul 17, 2026

Copy link
Copy Markdown
Member

Motivation and Context

Adds a scheduled GitHub Actions workflow that keeps the issue and PR backlog tidy by marking inactive items stale and closing them if they stay quiet. It runs actions/stale@v10 daily so that items with no activity for 60 days get a Stale label plus an explanatory comment, and are closed 14 days later if still inactive.

How Has This Been Tested?

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@DaleSeo DaleSeo self-assigned this Jul 17, 2026
@DaleSeo
DaleSeo marked this pull request as ready for review July 17, 2026 19:56
@DaleSeo
DaleSeo requested a review from a team as a code owner July 17, 2026 19:56
@github-actions github-actions Bot added T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant