Skip to content

Commit ffa054c

Browse files
authored
Merge branch 'main' into patch-1
2 parents 7740dbe + 05f3cef commit ffa054c

3 files changed

Lines changed: 427 additions & 28 deletions

File tree

.github/workflows/sync-openapi-spec-to-docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ jobs:
4646
4747
git checkout -b "$BRANCH_NAME"
4848
git add openapi.yaml
49-
git commit -m "Sync OpenAPI spec from openapi-spec"
49+
git commit -m "Sync OpenAPI spec"
5050
git push origin "$BRANCH_NAME"
5151
5252
gh pr create \
5353
--title "Sync OpenAPI spec" \
54-
--body "This PR syncs openapi.yaml from openapi repo." \
54+
--body "This PR syncs the openapi.yaml from the togethercomputer/openapi repository." \
5555
--base main \
56-
--head "$BRANCH_NAME"
56+
--head "$BRANCH_NAME" \
57+
--assignee ryanto,zainhas,Nutlope

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"singleQuote": true
3+
}

0 commit comments

Comments
 (0)