Skip to content

Commit cbbe271

Browse files
committed
build: update workflow commit messages
1 parent 20f8809 commit cbbe271

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
404404
- fixes lint errors
405405
406-
commit-message: 'Fix lint errors'
406+
commit-message: 'style: resolve lint errors'
407407
committer: 'stdlib-bot <noreply@stdlib.io>'
408408
token: ${{ secrets.PULL_REQUEST_TOKEN }}
409409
labels: |

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- updates equation elements found in Markdown files
143143
144-
commit-message: 'Update Markdown equation elements'
144+
commit-message: 'docs: update Markdown equation elements'
145145
committer: 'stdlib-bot <noreply@stdlib.io>'
146146
token: ${{ secrets.PULL_REQUEST_TOKEN }}
147147
labels: |

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- updates namespace table of contents
112112
113-
commit-message: 'Update namespace table of contents'
113+
commit-message: 'docs: update namespace table of contents'
114114
committer: 'stdlib-bot <noreply@stdlib.io>'
115115
token: ${{ secrets.PULL_REQUEST_TOKEN }}
116116
labels: |

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- updates namespace TypeScript declarations
101101
102-
commit-message: 'Update namespace TypeScript declarations'
102+
commit-message: 'feat: update namespace TypeScript declarations'
103103
committer: 'stdlib-bot <noreply@stdlib.io>'
104104
token: ${{ secrets.PULL_REQUEST_TOKEN }}
105105
labels: |

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- updates namespace exports
123123
124-
commit-message: 'Update namespace exports'
124+
commit-message: 'feat: update namespace exports'
125125
committer: 'stdlib-bot <noreply@stdlib.io>'
126126
token: ${{ secrets.PULL_REQUEST_TOKEN }}
127127
labels: |

.github/workflows/scaffold_pkg_via_issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: peter-evans/create-pull-request@v4
6363
with:
6464
token: ${{ secrets.PULL_REQUEST_TOKEN }}
65-
commit-message: Add `${{ steps.scaffold.outputs.alias }}`
65+
commit-message: 'feat: add `${{ steps.scaffold.outputs.alias }}`'
6666
title: Add `${{ steps.scaffold.outputs.alias }}` package
6767
body: |
6868
This PR adds the [${{ steps.scaffold.outputs.alias }}](../tree/${{ steps.scaffold.outputs.path }}/${{ steps.scaffold.outputs.dir }}) package.

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- updates the list of contributors
9292
93-
commit-message: 'Update list of contributors'
93+
commit-message: 'docs: update list of contributors'
9494
committer: 'stdlib-bot <noreply@stdlib.io>'
9595
token: ${{ secrets.PULL_REQUEST_TOKEN }}
9696
labels: |

.github/workflows/update_package_meta_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- updates package meta data
8989
90-
commit-message: 'Update package meta data'
90+
commit-message: 'chore: update package meta data'
9191
committer: 'stdlib-bot <noreply@stdlib.io>'
9292
token: ${{ secrets.PULL_REQUEST_TOKEN }}
9393
labels: |

.github/workflows/update_repl_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- updates the REPL namespace
111111
112-
commit-message: 'Update REPL namespace'
112+
commit-message: 'feat: update REPL namespace'
113113
committer: 'stdlib-bot <noreply@stdlib.io>'
114114
token: ${{ secrets.PULL_REQUEST_TOKEN }}
115115
labels: |

0 commit comments

Comments
 (0)