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

chore(gh-actions): Add housekeeping action to close stale issues #989

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

MatteoVoges
Copy link
Contributor

@MatteoVoges MatteoVoges commented Apr 12, 2023

Fixes #902

Proposed Changes

  • Added a github-action that marks issues as stale and closes them, if they not get any activity.
  • Parameters:
    • schedule: daily at 00:00
    • mark issues as stale: 90 days
    • close stale issues: 7 days
    • mark pr's as stale/ close pr: never

Contributed by

@MatteoVoges MatteoVoges added github issue/feature regarding github (tests, issue templates) feature labels Apr 20, 2023
@MatteoVoges MatteoVoges added the 🚀 ready to merge label May 3, 2023
@ademariag ademariag merged commit 57a831a into kapicorp:master Oct 1, 2023
@MatteoVoges MatteoVoges deleted the add-housekeeping branch October 30, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature github issue/feature regarding github (tests, issue templates) 🚀 ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider using a housekeeping-bot or a github action
2 participants