Skip to content

Commit 677c8a8

Browse files
authored
chore: Add clarifying note to automated PR bodies (#1623)
1 parent 2daaa86 commit 677c8a8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/marvin-label-triage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
- name: Run Marvin for Issue Triage
149149
uses: anthropics/claude-code-base-action@beta
150150
with:
151-
model: claude-3-5-haiku-latest
152151
prompt_file: /tmp/claude-prompts/triage-prompt.txt
153152
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"
154153
timeout_minutes: "5"

.github/workflows/update-config-schema.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
7676
The schema is automatically generated from `src/fastmcp/utilities/fastmcp_config/` to ensure consistency.
7777
78+
**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.
79+
7880
🤖 Generated by Marvin
7981
branch: marvin/update-config-schema
8082
delete-branch: true

.github/workflows/update-sdk-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
5959
📚 Documentation is automatically generated from the source code docstrings and type annotations.
6060
61+
**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.
62+
6163
🤖 Generated by Marvin
6264
branch: marvin/update-sdk-docs
6365
delete-branch: true

0 commit comments

Comments
 (0)