From 1061086b27432e265645b1ee4668735fc1b88309 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 27 Feb 2026 16:05:46 +0900 Subject: [PATCH 1/6] add submodule --- .gitmodules | 3 +++ test-renovate | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 test-renovate diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..2bfd9f3d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test-renovate"] + path = test-renovate + url = https://github.com/szksh-lab-2/test-renovate diff --git a/test-renovate b/test-renovate new file mode 160000 index 00000000..c5f678f0 --- /dev/null +++ b/test-renovate @@ -0,0 +1 @@ +Subproject commit c5f678f0f7eef2b136798b63097b2d5c065fa0c1 From 5bcec85cdd7cdb7c2d19888f3d50e7c11eb0cf7b Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 27 Feb 2026 17:57:38 +0900 Subject: [PATCH 2/6] test --- .github/workflows/test.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea9c0f95..9a736cc1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,20 +1,16 @@ --- name: test -on: - pull_request: - types: [closed] - pull_request_review: - types: [submitted] +on: pull_request jobs: test: - if: | - endsWith(github.event.pull_request.user.login, '[bot]') && - ((github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || - github.event_name == 'pull_request') runs-on: ubuntu-24.04 timeout-minutes: 15 permissions: - pull-requests: write - contents: read + contents: write steps: - - uses: suzuki-shunsuke/notify-bot-pr-event-action@pr/1 + - uses: actions/checkout@v6 + with: + persist-credentials: false + - run: git submodule init + - run: git submodule update + - uses: suzuki-shunsuke/commit-action@v0.1.0 From d639667c9d92859a807f24c5e0912b6b0a1e4917 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 27 Feb 2026 17:59:35 +0900 Subject: [PATCH 3/6] test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a736cc1..23c90bf2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,5 +12,5 @@ jobs: with: persist-credentials: false - run: git submodule init - - run: git submodule update + - run: git submodule update --remote - uses: suzuki-shunsuke/commit-action@v0.1.0 From e4912c6825539a6392d16ce5991c69d2c785de77 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 27 Feb 2026 18:00:50 +0900 Subject: [PATCH 4/6] test pr/311 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 23c90bf2..6a8a736e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,4 +13,4 @@ jobs: persist-credentials: false - run: git submodule init - run: git submodule update --remote - - uses: suzuki-shunsuke/commit-action@v0.1.0 + - uses: suzuki-shunsuke/commit-action@pr/311 From 38b5faa577a773e077a91c8fac4219e36dbc6f4a Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 27 Feb 2026 18:47:05 +0900 Subject: [PATCH 5/6] test From 40c212024b4961cc7130acf971bac8b7198f168b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:47:21 +0000 Subject: [PATCH 6/6] commit changes --- test-renovate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-renovate b/test-renovate index c5f678f0..e068d6f6 160000 --- a/test-renovate +++ b/test-renovate @@ -1 +1 @@ -Subproject commit c5f678f0f7eef2b136798b63097b2d5c065fa0c1 +Subproject commit e068d6f6e57323a59c3321c6cc492619ecd667f8