From 27d339858fa5ba1c51dd8da7b9d769147c5a0f83 Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Wed, 21 Sep 2022 16:12:16 +0200 Subject: [PATCH] Replace references of `openqabot` with new bot user `os-autoinst-bot` See https://progress.opensuse.org/issues/116593 --- .mergify.yml | 2 +- tools/ci/build-docs | 2 +- tools/ci/prepare_dependency_pr.sh | 4 ++-- tools/generate-documentation | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 7f2eaeb6702..103c97f0b87 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -35,7 +35,7 @@ pull_request_rules: - name: automatic merge for dependency bot updates conditions: - and: *base_checks - - author~=^openqabot$ + - author~=^os-autoinst-bot$ actions: *merge - name: ask to resolve conflict conditions: diff --git a/tools/ci/build-docs b/tools/ci/build-docs index b3a5ecca227..50d8423728a 100755 --- a/tools/ci/build-docs +++ b/tools/ci/build-docs @@ -9,5 +9,5 @@ else sudo zypper -n install hub export PULL_REQUEST_USER=${CIRCLE_PROJECT_USERNAME:-os-autoinst} export PUBLISH=1 - bash -xe tools/generate-documentation https://token@github.com/openqabot/openQA.git gh-pages-"$(date +%y%m%d%H%M%S)" + bash -xe tools/generate-documentation https://token@github.com/os-autoinst-bot/openQA.git gh-pages-"$(date +%y%m%d%H%M%S)" fi diff --git a/tools/ci/prepare_dependency_pr.sh b/tools/ci/prepare_dependency_pr.sh index fe175eeac01..397b1f5be6e 100755 --- a/tools/ci/prepare_dependency_pr.sh +++ b/tools/ci/prepare_dependency_pr.sh @@ -18,6 +18,6 @@ git diff --quiet tools/ci/ci-packages.txt || ( # these might have changed by tidy in tools/ci/build_dependencies.sh git add cpanfile dbicdh dependencies.yaml tools/* script/* lib/* t/* git commit -m "Dependency cron $depid" - git push -q -f https://token@github.com/openqabot/openQA.git dependency_"$depid" - hub pull-request -m "Dependency cron $depid" --base "$CIRCLE_PROJECT_USERNAME":"$CIRCLE_BRANCH" --head "openqabot:dependency_$depid" + git push -q -f https://token@github.com/os-autoinst-bot/openQA.git dependency_"$depid" + hub pull-request -m "Dependency cron $depid" --base "$CIRCLE_PROJECT_USERNAME":"$CIRCLE_BRANCH" --head "os-autoinst-bot:dependency_$depid" ) diff --git a/tools/generate-documentation b/tools/generate-documentation index eb663e92195..2c459cb1656 100755 --- a/tools/generate-documentation +++ b/tools/generate-documentation @@ -17,7 +17,7 @@ # Example usages: # PUBLISH=1 tools/generate-documentation https://github.com/andrii-suse/openQA.git gh-pages -# PUBLISH=1 GITHUB_TOKEN=xxxx271e PULL_REQUEST_USER=andrii-suse tools/generate-documentation https://token@github.com/openqabot/openQA.git gh-pages-$(date +%y%m%d%H%M%S) +# PUBLISH=1 GITHUB_TOKEN=xxxx271e PULL_REQUEST_USER=andrii-suse tools/generate-documentation https://token@github.com/os-autoinst-bot/openQA.git gh-pages-$(date +%y%m%d%H%M%S) # The script accepts input arguments: # $1 - target repo (which repository is used for documentation commit),