From 8b7c2cc55d322c3b6dc4627f90bc836a61af25b5 Mon Sep 17 00:00:00 2001 From: Michael Matloka Date: Wed, 16 Mar 2022 19:13:17 +0100 Subject: [PATCH] Use Conventional Commits in automatic main repo PR --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1f661963e..e1d76b075 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -97,11 +97,11 @@ jobs: uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} - commit-message: Update posthog-js to ${{ env.COMMITTED_VERSION }} + commit-message: "chore(deps): Update posthog-js to ${{ env.COMMITTED_VERSION }}" branch: posthog-js-${{ env.COMMITTED_VERSION }} delete-branch: true labels: automerge - title: "chore: Update posthog-js to ${{ env.COMMITTED_VERSION }}" + title: "chore(deps): Update posthog-js to ${{ env.COMMITTED_VERSION }}" body: | ## Changes