From 6f7e3e59dfc86a32c67b165cf77aa4743a438f7d Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Wed, 21 Sep 2022 10:45:01 +0200 Subject: [PATCH] (#12963) [docs] Update unexpected error label * Update unexpected error label Signed-off-by: Uilian Ries * Update docs/labels.md Co-authored-by: SSE4 Signed-off-by: Uilian Ries Co-authored-by: SSE4 --- docs/labels.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/labels.md b/docs/labels.md index 1f1a2cff71..2646caeaa4 100644 --- a/docs/labels.md +++ b/docs/labels.md @@ -50,11 +50,12 @@ any further activity. ## Unexpected Error 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 meaningful message to the user. Usually it is some _random_ internal error and it won't happen next -time the CI runs. The CI will re-start your build automatically, the Github check `continuous-integration/jenkins/pr-merge` will changed to the -status `Pending — This commit is being built` to signalize as running. In case you restart it manually, by closing/opening the PR, your -build will be restarted too, but it will be the last in the CI build queue. +is assigned by the CI when the process finishes abnormally. +Usually it is some _random_ internal error and it won't happen next time the CI runs. +The CI will re-start your build automatically, the Github check `continuous-integration/jenkins/pr-merge` +will be changed to the status `Pending — This commit is being built` to signalize as running. + +> **Note**: Manually restarting a new build, by closing/opening the PR, will be added to the end of the CI build queue. ## User-approval pending