Skip to content

Conversation

@DefinitelyADev
Copy link
Owner

Add a GitHub Actions workflow, 'stale.yml', to automatically manage stale issues and pull requests. This workflow marks issues and PRs as stale after 30 days of inactivity and closes them if no action is taken within an additional 5 days. This change helps maintain repository hygiene by reducing the number of inactive issues and PRs. Exempt labels include 'enhancement' and 'bug'.

Add a GitHub Actions workflow, 'stale.yml', to automatically manage
stale issues and pull requests. This workflow marks issues and PRs as
stale after 30 days of inactivity and closes them if no action is taken
within an additional 5 days. This change helps maintain repository
hygiene by reducing the number of inactive issues and PRs. Exempt labels
include 'enhancement' and 'bug'.
@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Sep 21, 2025
Copy link
Contributor

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 Actions workflow to automatically manage inactive issues and pull requests by marking them as stale after 30 days of inactivity and closing them after an additional 5 days without activity.

  • Introduces automated stale issue and PR management using the actions/stale@v10 action
  • Configures 30-day inactivity threshold before marking as stale, with 5-day grace period before closure
  • Exempts issues and PRs labeled with 'enhancement' or 'bug' from automatic closure

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Sep 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.13%. Comparing base (a8d0f51) to head (224ed15).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   72.13%   72.13%           
=======================================
  Files           6        6           
  Lines         664      664           
  Branches       73       73           
=======================================
  Hits          479      479           
  Misses        167      167           
  Partials       18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DefinitelyADev DefinitelyADev merged commit 1601124 into master Sep 22, 2025
16 checks passed
@DefinitelyADev DefinitelyADev deleted the feat/add-stale-job branch September 22, 2025 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants