From 97c634ca3e8c3d9412e76999c0e5b8c9373c5ea4 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 23 May 2026 22:24:34 +0900 Subject: [PATCH 1/6] test --- .github/workflows/test.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea9c0f95..a7b79558 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,20 +1,17 @@ --- 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 steps: - - uses: suzuki-shunsuke/notify-bot-pr-event-action@pr/1 + - uses: suzuki-shunsuke/pr-unified-diff-action@v0.0.1 + id: diff + - uses: suzuki-shunsuke/pinact-action@pr/1065 + with: + no_api: true + diff_file: ${{ steps.diff.outputs.diff_path }} From 6bc1c69bf5f8be03686eb866205644face5c78c2 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 23 May 2026 22:40:22 +0900 Subject: [PATCH 2/6] test From c894b9416d6bebe6737bcbc7759dc2c3cce390e6 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 23 May 2026 22:41:39 +0900 Subject: [PATCH 3/6] fix --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a7b79558..8b3fffad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,4 +14,5 @@ jobs: - uses: suzuki-shunsuke/pinact-action@pr/1065 with: no_api: true + fix: false diff_file: ${{ steps.diff.outputs.diff_path }} From 83b359566fa4250366990bc98d68258b90bdae05 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 23 May 2026 22:47:00 +0900 Subject: [PATCH 4/6] test From 86100ff41ae85ea95629bd6ae0b41fc5551ce804 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sat, 23 May 2026 22:49:31 +0900 Subject: [PATCH 5/6] debug --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8b3fffad..bcbb38d2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,9 @@ jobs: steps: - uses: suzuki-shunsuke/pr-unified-diff-action@v0.0.1 id: diff + - run: cat "$DIFF_FILE" + env: + DIFF_FILE: ${{ steps.diff.outputs.diff_path }} - uses: suzuki-shunsuke/pinact-action@pr/1065 with: no_api: true From 415020b6a7367ab8404225915c767572a72f44cc Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Sun, 24 May 2026 06:42:53 +0900 Subject: [PATCH 6/6] test