From bc0a63d1fd4e03bf04a38f8cd6e924bed2b73419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:03:04 +0000 Subject: [PATCH] build(deps): bump Automattic/vip-actions/ai-changelog-generator Bumps [Automattic/vip-actions/ai-changelog-generator](https://github.com/automattic/vip-actions) from a10bde8914496b7386d10fc5df9b4ffa2fd72ef1 to 63b6eb29cdcf8f55d7f0910c82356f34f8f997c4. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](https://github.com/automattic/vip-actions/compare/a10bde8914496b7386d10fc5df9b4ffa2fd72ef1...63b6eb29cdcf8f55d7f0910c82356f34f8f997c4) --- updated-dependencies: - dependency-name: Automattic/vip-actions/ai-changelog-generator dependency-version: 63b6eb29cdcf8f55d7f0910c82356f34f8f997c4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ai-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-changelog.yml b/.github/workflows/ai-changelog.yml index 0da17666..81410117 100644 --- a/.github/workflows/ai-changelog.yml +++ b/.github/workflows/ai-changelog.yml @@ -20,6 +20,6 @@ jobs: github.event.comment.body == '/changelog' steps: - name: Generate changelog for PR - uses: Automattic/vip-actions/ai-changelog-generator@a10bde8914496b7386d10fc5df9b4ffa2fd72ef1 + uses: Automattic/vip-actions/ai-changelog-generator@63b6eb29cdcf8f55d7f0910c82356f34f8f997c4 with: openai_api_key: ${{ secrets.OPENAI_API_KEY }}