From d4bd2c2a852bb0d84313319a98fa56e0dd1ddca0 Mon Sep 17 00:00:00 2001 From: mcottontensor <80377552+mcottontensor@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:31:22 +1000 Subject: [PATCH] chore(actions): Tweaking the naming of the release PR. (#662) (cherry picked from commit 0029ea6cccff647b53a9d1630c04bbf9e8f6ef5b) --- .github/workflows/changesets-update-changelogs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changesets-update-changelogs.yml b/.github/workflows/changesets-update-changelogs.yml index d46592612..0fe950330 100644 --- a/.github/workflows/changesets-update-changelogs.yml +++ b/.github/workflows/changesets-update-changelogs.yml @@ -33,6 +33,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - title: '[Bot] Update ${{ github.ref_name }} NPM Changelogs' + title: '[Bot] NPM Packages Release ${{ github.ref_name }}' commit: 'Updated NPM changelogs'