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

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

derrix060
Copy link
Contributor

@derrix060 derrix060 commented Oct 21, 2024

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

@derrix060 derrix060 force-pushed the mario/create-stale-bot branch from 740dea1 to 20de201 Compare October 21, 2024 16:17
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.70%. Comparing base (7310990) to head (658dc4a).
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2236      +/-   ##
==========================================
- Coverage   76.26%   75.70%   -0.57%     
==========================================
  Files         104      104              
  Lines       11200    11102      -98     
==========================================
- Hits         8542     8405     -137     
- Misses       2010     2067      +57     
+ Partials      648      630      -18     

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

@derrix060 derrix060 marked this pull request as draft October 23, 2024 11:30
@derrix060 derrix060 force-pushed the mario/create-stale-bot branch from 20de201 to bc999ba Compare October 24, 2024 10:07
@derrix060 derrix060 marked this pull request as ready for review October 24, 2024 10:07
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 derrix060 force-pushed the mario/create-stale-bot branch from bc999ba to 658dc4a Compare October 24, 2024 10:08
@derrix060 derrix060 merged commit b2a311f into main Nov 17, 2024
12 checks passed
@derrix060 derrix060 deleted the mario/create-stale-bot branch November 17, 2024 06:37
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.

1 participant