From 063f69935e36583e95a84605f79ec87279d13124 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Thu, 8 Apr 2021 15:02:24 -0300 Subject: [PATCH] (#5153) Add stale PR section on review process * Add stale PR section on review process Signed-off-by: Uilian Ries * Update docs/review_process.md Co-authored-by: Javier G. Sogo * Anyone can update stale PRs Signed-off-by: Uilian Ries Co-authored-by: Javier G. Sogo --- docs/review_process.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/review_process.md b/docs/review_process.md index 3dd637e724..f058cbc339 100644 --- a/docs/review_process.md +++ b/docs/review_process.md @@ -153,3 +153,7 @@ This also blocks further merges until upload is finished. It also explains why n repository. Instead, it's updated by the conan center CI job as its own step. The metadata from the conan repository is converted to the format the web-front-end understands and then sent to it as a scheduled update. As a result, there may occasionally be delays in updating the web-front-end. That may explain the fact there are moments when the information showed in the frontend doesn't match the actual state on the ConanCenter repository. + +## Stale PRs + +Conan Center Index uses [stale bot](https://github.com/probot/stale) to close abandoned pull requests. It's configured by [stale.yml](.github/stale.yml). When a pull request gets stale, we encourage anyone to take ownership of the PR (even submit changes to the author's branch if possible) so existing work doesn't get lost when the pull request is closed without merging.