Skip to content

Commit fa5cde4

Browse files
authored
Merge pull request #130 from togethercomputer/touch-up-sync-script
Add a better description to the sync PR and assign it
2 parents e55c5f1 + abce066 commit fa5cde4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
5050
git checkout -b "$BRANCH_NAME"
5151
git add openapi.yaml
52-
git commit -m "Sync OpenAPI spec from openapi-spec"
52+
git commit -m "Sync OpenAPI spec"
5353
git push origin "$BRANCH_NAME"
5454
5555
gh pr create \
5656
--title "Sync OpenAPI spec" \
57-
--body "This PR syncs openapi.yaml from openapi repo." \
57+
--body "This PR syncs the openapi.yaml from the togethercomputer/openapi repository." \
5858
--base main \
59-
--head "$BRANCH_NAME"
60-
59+
--head "$BRANCH_NAME" \
60+
--assignee ryanto,zainhas,Nutlope

0 commit comments

Comments
 (0)