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 StaleBot #1184

Merged
merged 3 commits into from
Nov 4, 2020
Merged

Add StaleBot #1184

merged 3 commits into from
Nov 4, 2020

Conversation

wilsonehusin
Copy link
Contributor

Signed-off-by: Wilson E. Husin whusin@vmware.com

What this PR does / why we need it:
Integrating StaleBot to manage abandoned issues

Which issue(s) this PR fixes

Special notes for your reviewer:
None

Release note:

NONE

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's be a bit more generous here.. say 15 instead of 7.

Wilson E. Husin added 2 commits November 3, 2020 12:12
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Copy link
Contributor

@vladimirvivien vladimirvivien left a comment

Choose a reason for hiding this comment

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

LGTM

@wilsonehusin wilsonehusin merged commit 3e0f8ed into vmware-tanzu:master Nov 4, 2020
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.

Housecleaning - Remove stale issues
2 participants