chore: Add clarifying note to automated PR bodies (#1623)

This commit is contained in:
Jeremiah Lowin 2025-08-25 10:08:21 -04:00 committed by GitHub
commit 677c8a897a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -148,7 +148,6 @@ jobs:
- name: Run Marvin for Issue Triage
uses: anthropics/claude-code-base-action@beta
with:
model: claude-3-5-haiku-latest
prompt_file: /tmp/claude-prompts/triage-prompt.txt
allowed_tools: "Bash(gh label list),mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue,mcp__github__get_pull_request_files"
timeout_minutes: "5"

View file

@ -75,6 +75,8 @@ jobs:
The schema is automatically generated from `src/fastmcp/utilities/fastmcp_config/` to ensure consistency.
**Note:** This PR is fully automated and will update itself with any subsequent changes to the schema, or close automatically if the schema becomes up-to-date through other means. Feel free to leave it open until you're ready to merge.
🤖 Generated by Marvin
branch: marvin/update-config-schema
delete-branch: true

View file

@ -58,6 +58,8 @@ jobs:
📚 Documentation is automatically generated from the source code docstrings and type annotations.
**Note:** This PR is fully automated and will update itself with any subsequent changes to the SDK, or close automatically if the documentation becomes up-to-date through other means. Feel free to leave it open until you're ready to merge.
🤖 Generated by Marvin
branch: marvin/update-sdk-docs
delete-branch: true