Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow to close stale issues and PRs #2236

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Add workflow to close stale issues and PRs

    Introduce a GitHub Actions workflow to automatically close stale
    issues and pull requests. This helps maintain repository hygiene
    by reducing clutter from inactive items. The workflow marks issues
    as stale after 60 days of inactivity and closes them 14 days later
    if no further activity occurs.
    
    The issues and PRs that have a milestone assigned will not be looked
    at by the bot. This means that it is still possible to plan work that
    won't be worked for some time.  Also, if the tag 'no-stale' is present,
    it will also be ignored.
    derrix060 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    658dc4a View commit details
    Browse the repository at this point in the history