From 798589fb5df1a4e1da3363c881101e57b92b51cb Mon Sep 17 00:00:00 2001 From: Yunfan Li <56597220+liyunfan1223@users.noreply.github.com> Date: Tue, 14 Oct 2025 00:08:36 +0800 Subject: [PATCH] Merge pull request #75 from mod-playerbots/project_transfer Preparation for project transfer --- .github/workflows/codestyle.yml | 2 +- .github/workflows/core-build-nopch.yml | 2 +- .github/workflows/core-build-pch.yml | 2 +- .github/workflows/core-build-playerbots.yml | 4 ++-- .github/workflows/core-build.yml | 4 ++-- .github/workflows/core_modules_build.yml | 2 +- .github/workflows/docker_build.yml | 4 ++-- .github/workflows/tools_build.yml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 10d237c54..4fc3f97ef 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -14,7 +14,7 @@ jobs: triage: runs-on: ubuntu-latest name: C++ - if: github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft + if: github.repository == 'mod-playerbots/azerothcore-wotlk' && !github.event.pull_request.draft steps: - uses: actions/checkout@v4 - name: Setup python diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml index 69e0b51db..57b065c18 100644 --- a/.github/workflows/core-build-nopch.yml +++ b/.github/workflows/core-build-nopch.yml @@ -33,7 +33,7 @@ jobs: CXX: g++-14 runs-on: ${{ matrix.os }} name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch - if: github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft + if: github.repository == 'mod-playerbots/azerothcore-wotlk' && !github.event.pull_request.draft steps: - uses: actions/checkout@v4 - uses: ./.github/actions/linux-build diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index 58411a599..16be6346d 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -31,7 +31,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.compiler }}-pch env: COMPILER: ${{ matrix.compiler }} - if: github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft + if: github.repository == 'mod-playerbots/azerothcore-wotlk' && !github.event.pull_request.draft steps: - uses: actions/checkout@v4 - uses: ./.github/actions/linux-build diff --git a/.github/workflows/core-build-playerbots.yml b/.github/workflows/core-build-playerbots.yml index 7b7bf67bb..c34255953 100644 --- a/.github/workflows/core-build-playerbots.yml +++ b/.github/workflows/core-build-playerbots.yml @@ -44,12 +44,12 @@ jobs: echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" # - name: Clone Playerbot Module - # run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbots + # run: git clone --depth=1 --branch=master https://github.com/mod-playerbots/mod-playerbots.git modules/mod-playerbots - name: Checkout Playerbot Module uses: actions/checkout@v3 with: - repository: 'liyunfan1223/mod-playerbots' + repository: 'mod-playerbots/mod-playerbots' path: 'modules/mod-playerbots' - name: Install Requirements diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index 5ead9c7da..7f1c06572 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -44,12 +44,12 @@ jobs: echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" # - name: Clone Playerbot Module - # run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbots + # run: git clone --depth=1 --branch=master https://github.com/mod-playerbots/mod-playerbots.git modules/mod-playerbots # - name: Checkout Playerbot Module # uses: actions/checkout@v3 # with: - # repository: 'liyunfan1223/mod-playerbots' + # repository: 'mod-playerbots/mod-playerbots' # path: 'modules/mod-playerbots' - name: Install Requirements diff --git a/.github/workflows/core_modules_build.yml b/.github/workflows/core_modules_build.yml index ef5332797..1cf3f5192 100644 --- a/.github/workflows/core_modules_build.yml +++ b/.github/workflows/core_modules_build.yml @@ -35,7 +35,7 @@ jobs: CXX: clang++-18 runs-on: ${{ matrix.os }} name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch-modules - if: github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft + if: github.repository == 'mod-playerbots/azerothcore-wotlk' && !github.event.pull_request.draft steps: - uses: actions/checkout@v4 # This script installs a general list of modules to compile with diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 1442ffb86..d044cb4b7 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -16,13 +16,13 @@ env: COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 RUNNING_ON_PRIMARY_BRANCH: | - ${{ (github.repository == 'liyunfan1223/azerothcore-wotlk' && github.ref_name == 'master') && 'true' || 'false' }} + ${{ (github.repository == 'mod-playerbots/azerothcore-wotlk' && github.ref_name == 'master') && 'true' || 'false' }} jobs: build-containers: runs-on: "ubuntu-latest" if: | - github.repository == 'liyunfan1223/azerothcore-wotlk' + github.repository == 'mod-playerbots/azerothcore-wotlk' && !github.event.pull_request.draft && (github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build') steps: diff --git a/.github/workflows/tools_build.yml b/.github/workflows/tools_build.yml index 22c212c6b..1871cde47 100644 --- a/.github/workflows/tools_build.yml +++ b/.github/workflows/tools_build.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} name: ${{ matrix.os }}-${{ matrix.compiler.CC }} if: | - github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft + github.repository == 'mod-playerbots/azerothcore-wotlk' && !github.event.pull_request.draft && ( contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build'