Skip to content

Add workflow to mark and close old issues and PRs#3308

Merged
sfeilmeier merged 1 commit intoOpenEMS:developfrom
da-Kai:workflows/stale
Sep 15, 2025
Merged

Add workflow to mark and close old issues and PRs#3308
sfeilmeier merged 1 commit intoOpenEMS:developfrom
da-Kai:workflows/stale

Conversation

@da-Kai
Copy link
Copy Markdown
Contributor

@da-Kai da-Kai commented Sep 14, 2025

Add workflow, to keep Pull-Requests and Issues clean.

  1. Automatically mark Issues as stale after 60 days of inactivity.
  2. Automatically close them 7 days after being marked as stale.

Copy link
Copy Markdown

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 stale issues and pull requests by marking them as stale after 60 days of inactivity and closing them 7 days later.

Key changes:

  • Implements automated stale issue and PR management with configurable timeouts
  • Runs daily at 1 AM UTC with manual trigger capability
  • Provides exemptions for specific labels like "pinned" and "security" issues

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

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3308      +/-   ##
=============================================
+ Coverage      59.47%   59.53%   +0.06%     
  Complexity       113      113              
=============================================
  Files           2765     2765              
  Lines         119513   119513              
  Branches        8892     8892              
=============================================
+ Hits           71072    71138      +66     
+ Misses         45768    45700      -68     
- Partials        2673     2675       +2     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sfeilmeier sfeilmeier merged commit 3bbef90 into OpenEMS:develop Sep 15, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants