From 36126f3f3ff812c34fa5977bc649df542e12bec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:35:38 +0000 Subject: [PATCH 1/7] chore(deps): update escact repositories --- MODULE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index e2f94ab..aca01ca 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,12 +7,12 @@ module( bazel_dep(name = "rules_cc", version = "0.0.9") bazel_dep(name = "bazel_skylib", version = "1.6.1") bazel_dep(name = "rules_ecsact", version = "0.5.2") -bazel_dep(name = "ecsact_runtime", version = "0.6.2") -bazel_dep(name = "ecsact_lang_cpp", version = "0.4.1") +bazel_dep(name = "ecsact_runtime", version = "0.6.6") +bazel_dep(name = "ecsact_lang_cpp", version = "0.4.4") bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") bazel_dep(name = "entt", version = "3.12.2") bazel_dep(name = "ecsact_codegen", version = "0.2.0") -bazel_dep(name = "ecsact_cli", version = "0.3.9") +bazel_dep(name = "ecsact_cli", version = "0.3.11") bazel_dep(name = "xxhash", version = "0.8.2") bazel_dep(name = "googletest", version = "1.14.0.bcr.1") From 13402a42d6572e550ee2ad6e89a6ba0c7c5ddd53 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 20 Jun 2024 08:53:16 -0700 Subject: [PATCH 2/7] chore: exception for renovate bot --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9da7aac..60cdf09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: with: { clang-format-version: "18" } test-windows: - if: github.event_name == 'merge_group' + if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovate' runs-on: windows-latest steps: - uses: actions/cache@v4 @@ -41,7 +41,7 @@ jobs: working-directory: test test-linux: - if: github.event_name == 'merge_group' + if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovate' runs-on: ubuntu-latest steps: - uses: actions/cache@v4 From 39bdc18eefe02725c2a82d0139c99f9b48bdf2ab Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 20 Jun 2024 08:57:11 -0700 Subject: [PATCH 3/7] chore: renovatebot maybe? --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60cdf09..4494447 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: with: { clang-format-version: "18" } test-windows: - if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovate' + if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovatebot' runs-on: windows-latest steps: - uses: actions/cache@v4 @@ -41,7 +41,7 @@ jobs: working-directory: test test-linux: - if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovate' + if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovatebot' runs-on: ubuntu-latest steps: - uses: actions/cache@v4 From 7efe9a7c0062c3c59b588e67235d96bc1749951a Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 20 Jun 2024 09:07:41 -0700 Subject: [PATCH 4/7] chore: test --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4494447..70305f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,12 @@ jobs: - uses: jidicula/clang-format-action@v4.11.0 with: { clang-format-version: "18" } + + test-user: + runs-on: ubuntu-latest + steps: + - run: 'echo {{github.event.pull_request.user.login}}' + test-windows: if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovatebot' runs-on: windows-latest From 890e41a0411bd70764d58ef08e20e0e77aa46634 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 20 Jun 2024 09:11:44 -0700 Subject: [PATCH 5/7] chore: test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70305f6..56a9eb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: test-user: runs-on: ubuntu-latest steps: - - run: 'echo {{github.event.pull_request.user.login}}' + - run: 'echo ${{ github.event.pull_request.user.login }}' test-windows: if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovatebot' From cb8ebdc20b0039effdae39a3faec5436469f2a5e Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 20 Jun 2024 09:14:37 -0700 Subject: [PATCH 6/7] chore: renovate exception frfr --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56a9eb9..2eda746 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - run: 'echo ${{ github.event.pull_request.user.login }}' test-windows: - if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovatebot' + if: (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]) runs-on: windows-latest steps: - uses: actions/cache@v4 @@ -47,7 +47,7 @@ jobs: working-directory: test test-linux: - if: github.event_name == 'merge_group' || github.event.pull_request.user.login == 'renovatebot' + if: (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]) runs-on: ubuntu-latest steps: - uses: actions/cache@v4 From 243b8a2be4a1e5b57d6484466ef0f683d7a3f539 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 20 Jun 2024 09:15:32 -0700 Subject: [PATCH 7/7] chore: remove excess --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2eda746..cea0da5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,12 +24,6 @@ jobs: - uses: jidicula/clang-format-action@v4.11.0 with: { clang-format-version: "18" } - - test-user: - runs-on: ubuntu-latest - steps: - - run: 'echo ${{ github.event.pull_request.user.login }}' - test-windows: if: (github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]') || (github.event_name == 'merge_group' && github.event.pull_request.user.login != 'renovate[bot]) runs-on: windows-latest