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

ci: add workflow autoclosing issues with unresponsive authors #5071

Merged
merged 4 commits into from
Nov 5, 2022

Conversation

jdrueckert
Copy link
Member

Contains

A new GitHub workflow based on https://github.com/marketplace/actions/close-stale-issues that marks issues stale and eventually closes them if they need author input but their author doesn't respond.

  • only issues with label Status: Needs Author Input are affected
  • issues will be marked stale via the Status: Stale label and a comment if there is no activity for 30 days
  • issues will be closed as not_planned with a comment if there is no activity for 90 days after the issue was marked stale
  • PRs are not affected by this workflow

How to test

Tbh, I'm not entirely sure whether or not workflows can be tested before merging the PR introducing them... 🤔

@jdrueckert jdrueckert added Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Type: Improvement Request for or addition/enhancement of a feature labels Aug 27, 2022
Copy link
Member

@skaldarnar skaldarnar left a comment

Choose a reason for hiding this comment

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

Tbh, I'm not entirely sure whether or not workflows can be tested before merging the PR introducing them... thinking

There are third-party tools and projects like https://github.com/nektos/act that might help for testing 🤔 Although I don't think this is really necessary here - if we see anything that looks wrong, we can correct it later 🤓

@jdrueckert
Copy link
Member Author

There are third-party tools and projects like https://github.com/nektos/act that might help for testing

Good to know. Let's see if we face any issues 🙂

@jdrueckert jdrueckert merged commit 232909c into develop Nov 5, 2022
@jdrueckert jdrueckert deleted the ci/add-autoclose-workflow branch November 5, 2022 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Type: Improvement Request for or addition/enhancement of a feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants