Skip to content

ci: add stale issue/PR cleanup workflow #35

Description

@Rome-1

What

Add a GitHub Actions workflow to flag and eventually close stale issues and PRs.

Why

As the repo grows with community issues, stale items accumulate and make it harder to find active work. Standard OSS hygiene.

Suggested config

  • Issues with no activity for 60 days get labeled `stale`
  • Stale issues with no activity for 14 more days get closed
  • PRs with no activity for 30 days get labeled `stale`
  • Issues labeled `pinned` or `security` are exempt
  • Stale label is removed on any new activity

File to create

`.github/workflows/stale.yml` — use `actions/stale@v9`

Reference

https://github.com/actions/stale

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions