From 33c8f07a6ee407559269081348a3229506fc3de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 26 Jan 2025 12:59:42 +0100 Subject: [PATCH] Disable bot comment for now It is broken because of an expired token and the fix doesn't seem to be trivial, so we disable it for now so that the pipelines become green again. skip-changelog, this is not a code change. --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb170d98..161bc4de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,13 +105,13 @@ docs: - .docs - .nightly -bot-comment: - stage: bot - image: alpine:latest - script: - - apk add --no-cache glab - - glab mr --repo "$CI_MERGE_REQUEST_PROJECT_PATH" comment $CI_MERGE_REQUEST_IID --unique --message "Thanks for your MR! You can preview the docs [here]($DOCS_BASEURL/$CI_MERGE_REQUEST_IID/)." - rules: - - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - variables: - GITLAB_TOKEN: $MR_AUTOMATION_TOKEN +#bot-comment: +# stage: bot +# image: alpine:latest +# script: +# - apk add --no-cache glab +# - glab mr --repo "$CI_MERGE_REQUEST_PROJECT_PATH" comment $CI_MERGE_REQUEST_IID --unique --message "Thanks for your MR! You can preview the docs [here]($DOCS_BASEURL/$CI_MERGE_REQUEST_IID/)." +# rules: +# - if: $CI_PIPELINE_SOURCE == 'merge_request_event' +# variables: +# GITLAB_TOKEN: $MR_AUTOMATION_TOKEN