From abadfdbbbcb1bf5037008f89c96f1fc6edc1122c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 21 Jul 2022 14:41:56 +0200 Subject: [PATCH] ci: Switch git configuration to use EF Oniro Core Bot To fix https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1565, EF created a bot for us that is passing the ECA checks. Use it to unblock the docs pipelines. Fixes: https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/723 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/containers/bitbake-builder/.gitconfig | 4 ++-- .oniro-ci/containers/docs-builder/.gitconfig | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.oniro-ci/containers/bitbake-builder/.gitconfig b/.oniro-ci/containers/bitbake-builder/.gitconfig index bd53c98f..f9dab90f 100644 --- a/.oniro-ci/containers/bitbake-builder/.gitconfig +++ b/.oniro-ci/containers/bitbake-builder/.gitconfig @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 [user] - name = Oniro Project CI - email = oniro-dev@eclipse.org + name = Oniro Core Project Bot + email = onirocore-bot@eclipse.org diff --git a/.oniro-ci/containers/docs-builder/.gitconfig b/.oniro-ci/containers/docs-builder/.gitconfig index bd53c98f..a23905a1 100644 --- a/.oniro-ci/containers/docs-builder/.gitconfig +++ b/.oniro-ci/containers/docs-builder/.gitconfig @@ -1,6 +1,7 @@ # SPDX-FileCopyrightText: 2021 Huawei Inc. +# # SPDX-License-Identifier: Apache-2.0 [user] - name = Oniro Project CI - email = oniro-dev@eclipse.org + name = Oniro Core Project Bot + email = onirocore-bot@eclipse.org -- GitLab