Skip to content

[FEAT] Automatically mark abandoned issues and PRs as Stale #333

Description

@github-actions

Problem Statement

The repository can get cluttered with PRs where the contributor vanished after receiving review feedback.

Proposed Solution

Implement the official actions/stale workflow. Configure it to run once a day. If a PR has seen zero activity (comments or commits) for 30 days, it adds a stale label and comments a warning. If 7 more days pass with no response, it automatically closes the PR.

Alternatives Considered

N/A. actions/stale is the industry standard.

Additional Context

The configuration should go in .github/workflows/stale.yml.

Metadata

Metadata

Assignees

Labels

ADVENTURERIntermediate — 25 ptsELUSOCELUSOC project submissionenhancementNew feature or improvementgithub-actionsCI/CD & Workflows

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions