Skip to content

Add workflow to mark inactive issues #861

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

Merged
merged 1 commit into from
Aug 12, 2025
Merged

Add workflow to mark inactive issues #861

merged 1 commit into from
Aug 12, 2025

Conversation

JoannaaKL
Copy link
Contributor

Add a workflow using actions/stale to add a label and close inactive issues.

@JoannaaKL JoannaaKL requested a review from a team as a code owner August 12, 2025 09:00
@Copilot Copilot AI review requested due to automatic review settings August 12, 2025 09:00
Copy link
Contributor

@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 adds a GitHub workflow to automatically manage inactive issues by marking them as stale and eventually closing them using the actions/stale action. The workflow runs daily at 8:30 AM UTC and only processes issues (not pull requests).

  • Introduces automated issue lifecycle management with configurable stale and close timeouts
  • Uses environment variables for easy configuration of days before stale (60) and close (10)
  • Disables stale processing for pull requests by setting negative values

Copy link
Contributor

@mattdholloway mattdholloway left a comment

Choose a reason for hiding this comment

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

Looks good!

@JoannaaKL JoannaaKL merged commit 02c8629 into main Aug 12, 2025
16 checks passed
@JoannaaKL JoannaaKL deleted the add-stale branch August 12, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants