(#5153) Add stale PR section on review process

* Add stale PR section on review process

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Update docs/review_process.md

Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>

* Anyone can update stale PRs

Signed-off-by: Uilian Ries <uilianries@gmail.com>

Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
This commit is contained in:
Uilian Ries
2021-04-08 15:02:24 -03:00
committed by GitHub
parent 4d47cfad35
commit 063f69935e

View File

@@ -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.