Skip to content

Commit

Permalink
fix(ci): adjust automatic release PR title to match commit format (#1179
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shiftinv authored Mar 26, 2024
1 parent ce8d276 commit 0068f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}
branch: auto/release-v${{ inputs.version }}
delete-branch: true
title: "release: v${{ inputs.version }}"
title: "chore(release): v${{ inputs.version }}"
body: |
Automated release PR, triggered by @${{ github.actor }} for ${{ github.sha }}.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- opened
- reopened
- edited
- synchronize

permissions:
pull-requests: read
Expand Down

0 comments on commit 0068f88

Please sign in to comment.