Skip to content

Commit

Permalink
Use Conventional Commits in automatic main repo PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Mar 16, 2022
1 parent b79f59c commit 8b7c2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b7c2cc

Please sign in to comment.