Skip to content

Commit 75b54e6

Browse files
committed
chore(actions): improved auto code gen commit messages
1 parent cdccdbd commit 75b54e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload-to-stainless-and-mintlify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
config_path: "config/stainless.yaml"
2424
output_path: "openapi.autodocumented.json"
2525
project_name: "isaacus"
26-
commit_message: "feat: added latest OpenAPI specification"
26+
commit_message: "feat(api): added latest OpenAPI specification"
2727
- name: JSON to YAML
2828
run: |
2929
pip install pyyaml && \
@@ -38,4 +38,4 @@ jobs:
3838
destination_folder: "api"
3939
user_email: "8473183+umarbutler@users.noreply.github.com"
4040
user_name: "umarbutler"
41-
commit_message: "docs: added latest autodocumented OpenAPI specification"
41+
commit_message: "docs(api): added latest autodocumented OpenAPI specification"

0 commit comments

Comments
 (0)