fix(gh): thollander/actions-comment-pull-request@v3 の breaking change 対応漏れ

This commit is contained in:
かっこかり
2025-12-16 09:45:26 +09:00
committed by GitHub
parent 99e25784ad
commit 467404d5bb

View File

@@ -129,7 +129,7 @@ jobs:
if: steps.check-changes.outputs.changes == 'false' if: steps.check-changes.outputs.changes == 'false'
uses: thollander/actions-comment-pull-request@v3 uses: thollander/actions-comment-pull-request@v3
with: with:
comment_tag: check-misskey-js-autogen comment-tag: check-misskey-js-autogen
mode: delete mode: delete
message: "Thank you!" message: "Thank you!"
create_if_not_exists: false create_if_not_exists: false