From 806263c913a432c9dc4336bb0af5170d9e320558 Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Fri, 15 Jul 2016 10:35:48 -0700 Subject: [PATCH] Document auto-close on stale pull-request --- docs/devel/automation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/devel/automation.md b/docs/devel/automation.md index 6ba74fd0dd5..8a909848b47 100644 --- a/docs/devel/automation.md +++ b/docs/devel/automation.md @@ -108,6 +108,18 @@ with numerous other functions. See the README in the link above. Please feel free to unleash your creativity on this tool, send us new mungers that you think will help support the Kubernetes development process. +### Closing stale pull-requests + +Github Munger will close pull-requests that don't have human activity in the +last 90 days. It will warn about this process 60 days before closing the +pull-request, and warn again 30 days later. One way to prevent this from +happening is to add the "keep-open" label on the pull-request. + +Feel free to re-open and maybe add the "keep-open" label if this happens to a +valid pull-request. It may also be a good opportunity to get more attention by +verifying that it is properly assigned and/or mention people that might be +interested. + ## PR builder We also run a robotic PR builder that attempts to run tests for each PR.