From 2be824b231240e0e9162a39d724bd82ef6274e28 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:54:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PR=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E6=8A=95=E7=A8=BF=E3=82=B9=E3=83=86=E3=83=83=E3=83=97=E3=81=AB?= =?UTF-8?q?=E3=82=82=20GH=5FREPO=20=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fork PR のレビュー結果投稿時に gh pr comment が fork 側を 参照して失敗する問題を修正。takt 実行ステップと同様に GH_REPO: github.repository を env に追加。 --- .github/workflows/takt-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/takt-review.yml b/.github/workflows/takt-review.yml index 3a8b5ee..85a0861 100644 --- a/.github/workflows/takt-review.yml +++ b/.github/workflows/takt-review.yml @@ -59,6 +59,7 @@ jobs: fi env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} - name: レビューレポートをアーティファクトに保存 if: always()