Skip to content

Commit

Permalink
Replace references of openqabot with new bot user os-autoinst-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Sep 21, 2022
1 parent 58b5d19 commit 27d3398
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/build-docs
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/openqabot/openQA.git gh-pages-"$(date +%y%m%d%H%M%S)"
bash -xe tools/generate-documentation https://[email protected]/os-autoinst-bot/openQA.git gh-pages-"$(date +%y%m%d%H%M%S)"
fi
4 changes: 2 additions & 2 deletions tools/ci/prepare_dependency_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/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://[email protected]/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"
)
2 changes: 1 addition & 1 deletion tools/generate-documentation
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/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://[email protected]/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),
Expand Down

0 comments on commit 27d3398

Please sign in to comment.