(#12687) docs: spelling and formatting

This commit is contained in:
Chris Mc
2022-08-30 05:04:33 -07:00
committed by GitHub
parent e2a3684046
commit 304d808ff7
11 changed files with 95 additions and 112 deletions

View File

@@ -14,12 +14,11 @@ special meaning:
* [Unexpected Error](#unexpected-error)
* [User-approval pending](#user-approval-pending)<!-- endToc -->
## Bump dependencies
Label [`Bump dependencies`](https://github.com/conan-io/conan-center-index/pulls?q=is%3Aopen+is%3Apr+label%3A%22Bump+dependencies%22+)
is assigned by the bot to pull-requests that are just upgrading the version of the requirements that were already in the
recipe.
recipe.
> These pull-requests will be merged right away without requiring any approval (CI and CLA checks must have passed).
@@ -52,7 +51,7 @@ any further activity.
Label [`Unexpected Error`](https://github.com/conan-io/conan-center-index/pulls?q=is%3Aopen+is%3Apr+label%3A%22Unexpected+Error%22)
is assigned by the CI when the process finishes abnormally. It tries to signal all the pull requests that failed, but
didn't provide any meaninful message to the user. Usually it is some _random_ internal error and it won't happen next
didn't provide any meaningful message to the user. Usually it is some _random_ internal error and it won't happen next
time the CI runs, don't hesitate to trigger a new build in this situation.
## User-approval pending
@@ -60,5 +59,3 @@ time the CI runs, don't hesitate to trigger a new build in this situation.
Label [`User-approval pending`](https://github.com/conan-io/conan-center-index/pulls?q=is%3Aopen+is%3Apr+label%3A%22User-approval+pending%22)
signals the pull request that have been submitted by an user who is not yet approved in ConanCenter. Once the user is
approved these pull requests will be triggered again automatically.