Skip to content

Conversation

nkaradzhov
Copy link
Collaborator

New workflow named "Close stale issues" that runs daily using a cron schedule. It marks issues and pull requests as stale after 365 days of inactivity and closes them after 30 days if there are no updates.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new GitHub Actions workflow to automatically mark issues and pull requests as stale after 365 days of inactivity and close them after an additional 30 days.

  • Configures a daily scheduled run at midnight.
  • Uses actions/stale@v9 with customizable messages and labels.
@nkaradzhov nkaradzhov merged commit 2b3140b into redis:master Jun 19, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants