Skip to content

Commit 8a441ec

Browse files
committed
build: update automated PR titles to match conventional commit messages
1 parent 25e7a6e commit 8a441ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint_random_files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ jobs:
419419
# Pin action to full length commit SHA
420420
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
421421
with:
422-
title: 'Fix lint errors'
422+
title: 'style: fix lint errors'
423423
add-paths: ${{ steps.random-files.outputs.files }}
424424
body: |
425425
This PR

.github/workflows/namespace_declarations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Pin action to full length commit SHA
112112
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
113113
with:
114-
title: 'Update namespace TypeScript declarations'
114+
title: 'feat: update namespace TypeScript declarations'
115115
body: |
116116
This PR
117117

.github/workflows/scaffold_pkg_via_issue_comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
token: ${{ secrets.PULL_REQUEST_TOKEN }}
7474
commit-message: 'feat: add `${{ steps.scaffold.outputs.alias }}`'
75-
title: Add `${{ steps.scaffold.outputs.alias }}` package
75+
title: 'feat: add `${{ steps.scaffold.outputs.alias }}` package'
7676
body: |
7777
This PR adds the [${{ steps.scaffold.outputs.alias }}](../tree/${{ steps.scaffold.outputs.path }}/${{ steps.scaffold.outputs.dir }}) package.
7878

0 commit comments

Comments
 (0)