You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add reviewer, assignee, and label to auto-created PRs
- Add @docs_group('Models') post-processing step for API docs
- Replace force push with incremental commits to preserve reviewer changes
- Simplify PR description body
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #${DOCS_PR_NUMBER}](${DOCS_PR_URL}).
116
-
117
-
## Changes
118
-
119
-
- Regenerated \`src/apify_client/_models.py\` using \`datamodel-codegen\`
120
-
121
-
## Source
122
-
123
-
- apify-docs PR: ${DOCS_PR_URL}
124
-
EOF
125
-
)
129
+
BODY="This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #${DOCS_PR_NUMBER}](${DOCS_PR_URL})."
126
130
else
127
-
BODY=$(cat <<EOF
128
-
This PR updates the auto-generated Pydantic models from the published OpenAPI specification.
129
-
130
-
## Changes
131
-
132
-
- Regenerated \`src/apify_client/_models.py\` using \`datamodel-codegen\`
133
-
EOF
134
-
)
131
+
BODY="This PR updates the auto-generated Pydantic models from the [published OpenAPI specification](https://docs.apify.com/api/openapi.json)."
0 commit comments