We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55c5f1 commit fab0f57Copy full SHA for fab0f57
1 file changed
.github/workflows/sync-openapi-spec-to-docs.yml
@@ -54,7 +54,7 @@ jobs:
54
55
gh pr create \
56
--title "Sync OpenAPI spec" \
57
- --body "This PR syncs openapi.yaml from openapi repo." \
+ --body "This PR syncs the openapi.yaml from the togethercomputer/openapi repository." \
58
--base main \
59
- --head "$BRANCH_NAME"
60
-
+ --head "$BRANCH_NAME" \
+ --assignee ryanto,zainhas,Nutlope
0 commit comments