From 467404d5bbf840eabc47a3264b4429bfa38347be Mon Sep 17 00:00:00 2001 From: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:45:26 +0900 Subject: fix(gh): `thollander/actions-comment-pull-request@v3` の breaking change 対応漏れ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-misskey-js-autogen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-misskey-js-autogen.yml b/.github/workflows/check-misskey-js-autogen.yml index 057a68606d..8a81e85521 100644 --- a/.github/workflows/check-misskey-js-autogen.yml +++ b/.github/workflows/check-misskey-js-autogen.yml @@ -129,7 +129,7 @@ jobs: if: steps.check-changes.outputs.changes == 'false' uses: thollander/actions-comment-pull-request@v3 with: - comment_tag: check-misskey-js-autogen + comment-tag: check-misskey-js-autogen mode: delete message: "Thank you!" create_if_not_exists: false -- cgit v1.2.3-freya