mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
allow non write users for marvin flows (#2161)
This commit is contained in:
parent
3b1ea0a564
commit
99d3037694
2 changed files with 2 additions and 1 deletions
1
.github/workflows/marvin-dedupe-issues.yml
vendored
1
.github/workflows/marvin-dedupe-issues.yml
vendored
|
|
@ -80,6 +80,7 @@ jobs:
|
|||
bot_name: "Marvin Context Protocol"
|
||||
prompt: ${{ steps.dedupe-prompt.outputs.PROMPT }}
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }}
|
||||
allowed_non_write_users: "*"
|
||||
claude_args: |
|
||||
--allowedTools Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh api:*),Bash(gh issue comment:*),Task
|
||||
--mcp-config /tmp/mcp-config/mcp-servers.json
|
||||
|
|
|
|||
2
.github/workflows/marvin-label-triage.yml
vendored
2
.github/workflows/marvin-label-triage.yml
vendored
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
bot_name: "Marvin Context Protocol"
|
||||
prompt: ${{ steps.triage-prompt.outputs.PROMPT }}
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }}
|
||||
allowed_non_write_users: "*" # Required for issue triage workflow, if users without repo write access create issues
|
||||
allowed_non_write_users: "*"
|
||||
claude_args: |
|
||||
--allowedTools Bash(gh label list),mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue,mcp__github__get_pull_request_files
|
||||
settings: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue