Skip to content

Commit f6d5b9e

Browse files
committed
ci: fix breaking change PR message
1 parent c9d6809 commit f6d5b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/modules-chart-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
env:
100100
# This step does not have a branch and labels environment variable, because it is forcefully a major update,
101101
# unlike the previous step, which can either be a patch, minor or major update.
102-
pr-title: "feat!(chart): major update of dependencies on ${{ matrix.chart-name }} chart"
102+
pr-title: "feat(chart)!: major update of dependencies on ${{ matrix.chart-name }} chart"
103103
with:
104104
commit-message: ${{ env.pr-title }}
105105
author: ${{ env.author }}

0 commit comments

Comments
 (0)