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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git stale action #1388

Merged
merged 1 commit into from Nov 29, 2021
Merged

Add git stale action #1388

merged 1 commit into from Nov 29, 2021

Conversation

srajiang
Copy link
Member

Summary

This PR adds an action which will automate stale-ing and closing inactive issues. This action does not impact:

  • open PRs
  • issues attached to any release milestones, e.g. 3.x.
  • issues explicitly tagged with the label auto-triage-skip.

For inactive issues:

  • At 30-days old w/ no activity: The action will mark the issue with auto-triage-stale label and post a message in thread notifying all participants that after 10 further days w/out activity, the issue will be closed.
  • At 10 days after marked stale w/ no activity: Action will close the issue

For maintainers, and for the wider community:

馃憢 The goal with these changes is to make sure that issues are staying updated, as activity is the best indicator that it will be resolved! That means, if more info is needed and you need a bit more time to investigate, or if we need more time to investigate an issue internally, the best way to keep the issue updated is to post a comment!

Requirements (place an x in each [ ])

@srajiang srajiang added the enhancement M-T: A feature request for new functionality label Nov 29, 2021
@srajiang srajiang self-assigned this Nov 29, 2021
@seratch seratch merged commit 8deb3fc into main Nov 29, 2021
@seratch seratch deleted the add-git-stale branch November 29, 2021 21:30
srajiang added a commit that referenced this pull request Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants