From 48c36ed2ec0f0b60d3677af5676214f87c3b64e8 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:26:08 +0900 Subject: [PATCH 01/21] test empty commit --- .github/workflows/test.yaml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea9c0f95..ff298bb8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,20 +1,13 @@ --- 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: suzuki-shunsuke/commit-action@pr/370 + with: + empty_commit: true From e93e21d2a15f17513416c4662cc762d0ea6475fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:27:01 +0000 Subject: [PATCH 02/21] commit changes From 3e048aea3898d740937a816874f5b8b034dfa407 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:28:27 +0900 Subject: [PATCH 03/21] test --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ff298bb8..90b30702 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,5 +9,3 @@ jobs: contents: write steps: - uses: suzuki-shunsuke/commit-action@pr/370 - with: - empty_commit: true From 2c183a9c8d359876b388f41a2f5f2cce940ad9f3 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:29:34 +0900 Subject: [PATCH 04/21] fix --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 90b30702..6448259c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,4 +8,7 @@ jobs: permissions: contents: write steps: + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false - uses: suzuki-shunsuke/commit-action@pr/370 From 6f788a611ebea543af811cacc452594807da9f79 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:30:49 +0900 Subject: [PATCH 05/21] update --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6448259c..8c5c84b1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,4 +11,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false + - run: touch foo.txt - uses: suzuki-shunsuke/commit-action@pr/370 + with: + empty_commit: true From e52d1e3500b04e08f15fbfe44e0d8f3645fd3240 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:31:04 +0000 Subject: [PATCH 06/21] commit changes From e2c9ec21ea1483a00a960d2cfb33935f52873392 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:31:46 +0900 Subject: [PATCH 07/21] test --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8c5c84b1..e176f877 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,5 +13,3 @@ jobs: persist-credentials: false - run: touch foo.txt - uses: suzuki-shunsuke/commit-action@pr/370 - with: - empty_commit: true From c3d10bdb4984554a7e0c83a3986bd43acf4fac05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:32:04 +0000 Subject: [PATCH 08/21] commit changes --- foo.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 foo.txt diff --git a/foo.txt b/foo.txt new file mode 100644 index 00000000..e69de29b From 29d2bb698c9a1c5362a26ce80bebfc70faffb4d9 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:34:00 +0900 Subject: [PATCH 09/21] test --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e176f877..8c5c84b1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,3 +13,5 @@ jobs: persist-credentials: false - run: touch foo.txt - uses: suzuki-shunsuke/commit-action@pr/370 + with: + empty_commit: true From d8cdef9c220cef3ff228d43a7811191724f076f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:34:45 +0000 Subject: [PATCH 10/21] Empty commit From 7968bc5a2eed838255c7df2ba453feba8baabb2d Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:36:26 +0900 Subject: [PATCH 11/21] fix --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8c5c84b1..e176f877 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,5 +13,3 @@ jobs: persist-credentials: false - run: touch foo.txt - uses: suzuki-shunsuke/commit-action@pr/370 - with: - empty_commit: true From 9c5da5f39ec78eee23a74d170fca7fc1791b9ac7 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 22:37:18 +0900 Subject: [PATCH 12/21] 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 e176f877..eb8f8a99 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,5 +11,5 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - run: touch foo.txt + - run: echo "foo" >> foo.txt - uses: suzuki-shunsuke/commit-action@pr/370 From 7e9ff7995e3df09aec522fa1e76082ef5c748089 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:37:35 +0000 Subject: [PATCH 13/21] Empty commit --- foo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/foo.txt b/foo.txt index e69de29b..257cc564 100644 --- a/foo.txt +++ b/foo.txt @@ -0,0 +1 @@ +foo From 7085c89b2c4ef519e5c9392365bbafd673893aee Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 25 Apr 2026 23:25:06 +0900 Subject: [PATCH 14/21] test --- .github/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index eb8f8a99..f3dc3cda 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,4 +12,7 @@ jobs: with: persist-credentials: false - run: echo "foo" >> foo.txt - - uses: suzuki-shunsuke/commit-action@pr/370 + - uses: suzuki-shunsuke/commit-action@pr/371 + with: + force_push: true + parent_branch: main From 556949f3e5b62668c28201ce263aa34572724721 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 26 Apr 2026 00:06:11 +0900 Subject: [PATCH 15/21] test --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f3dc3cda..3fa95c64 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,6 @@ jobs: with: persist-credentials: false - run: echo "foo" >> foo.txt - - uses: suzuki-shunsuke/commit-action@pr/371 + - uses: suzuki-shunsuke/commit-action@pr/372 with: force_push: true - parent_branch: main From 072154412d2dc8858c2f7bfc7705b1cca68e25e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 15:06:27 +0000 Subject: [PATCH 16/21] commit changes --- foo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/foo.txt b/foo.txt index 257cc564..0d55bed3 100644 --- a/foo.txt +++ b/foo.txt @@ -1 +1,2 @@ foo +foo From 47cae9436726225a731a63ce995a13063f5f9f31 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 26 Apr 2026 00:07:03 +0900 Subject: [PATCH 17/21] test --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3fa95c64..cb70ea97 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,5 +13,3 @@ jobs: persist-credentials: false - run: echo "foo" >> foo.txt - uses: suzuki-shunsuke/commit-action@pr/372 - with: - force_push: true From def17dacbdf0222756f917a3d878853bdfe5c680 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 15:08:37 +0000 Subject: [PATCH 18/21] commit changes --- foo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/foo.txt b/foo.txt index 0d55bed3..b4dfe343 100644 --- a/foo.txt +++ b/foo.txt @@ -1,2 +1,3 @@ foo foo +foo From a33d197becb00dd8e848cd1f409e5f7caa3fb0c5 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 26 Apr 2026 00:09:31 +0900 Subject: [PATCH 19/21] test --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cb70ea97..454b9e0e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,3 +13,6 @@ jobs: persist-credentials: false - run: echo "foo" >> foo.txt - uses: suzuki-shunsuke/commit-action@pr/372 + with: + branch: test-orphan + orphan: true From 7cb1dbd6b9a7f468c56614041292b8e0686a25b8 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 26 Apr 2026 00:10:55 +0900 Subject: [PATCH 20/21] test --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 454b9e0e..5e1d77d7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,5 +14,6 @@ jobs: - run: echo "foo" >> foo.txt - uses: suzuki-shunsuke/commit-action@pr/372 with: - branch: test-orphan + branch: test-orphan-2 orphan: true + use_base_tree: false From 9b902318a939a383800efeba091786b521882b04 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 26 Apr 2026 10:06:53 +0900 Subject: [PATCH 21/21] test --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e1d77d7..1ac68bdb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,8 +12,8 @@ jobs: with: persist-credentials: false - run: echo "foo" >> foo.txt - - uses: suzuki-shunsuke/commit-action@pr/372 + - uses: suzuki-shunsuke/commit-action@pr/373 with: + app_id: ${{ vars.APP_ID }} + app_private_key: ${{ secrets.APP_PRIVATE_KEY }} branch: test-orphan-2 - orphan: true - use_base_tree: false