We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdccdbd commit 75b54e6Copy full SHA for 75b54e6
1 file changed
.github/workflows/upload-to-stainless-and-mintlify.yaml
@@ -23,7 +23,7 @@ jobs:
23
config_path: "config/stainless.yaml"
24
output_path: "openapi.autodocumented.json"
25
project_name: "isaacus"
26
- commit_message: "feat: added latest OpenAPI specification"
+ commit_message: "feat(api): added latest OpenAPI specification"
27
- name: JSON to YAML
28
run: |
29
pip install pyyaml && \
@@ -38,4 +38,4 @@ jobs:
38
destination_folder: "api"
39
user_email: "8473183+umarbutler@users.noreply.github.com"
40
user_name: "umarbutler"
41
- commit_message: "docs: added latest autodocumented OpenAPI specification"
+ commit_message: "docs(api): added latest autodocumented OpenAPI specification"
0 commit comments