diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-12-16 09:45:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 09:45:26 +0900 |
| commit | 467404d5bbf840eabc47a3264b4429bfa38347be (patch) | |
| tree | e6ce4b8a0fb1752b04cf066a6a279ba7a4230646 /.github/workflows | |
| parent | chore(deps): update [github actions] update dependencies (major) (#16869) (diff) | |
| download | misskey-467404d5bbf840eabc47a3264b4429bfa38347be.tar.gz misskey-467404d5bbf840eabc47a3264b4429bfa38347be.tar.bz2 misskey-467404d5bbf840eabc47a3264b4429bfa38347be.zip | |
fix(gh): `thollander/actions-comment-pull-request@v3` の breaking change 対応漏れ
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check-misskey-js-autogen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |