mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Fix martian concurrency controls and dedupe issues mcp servers
This commit is contained in:
parent
980d0516a7
commit
bd4b6e6db3
2 changed files with 5 additions and 5 deletions
9
.github/workflows/martian-issue-triage.yml
vendored
9
.github/workflows/martian-issue-triage.yml
vendored
|
|
@ -4,15 +4,16 @@ on:
|
|||
issues:
|
||||
types: [opened, labeled]
|
||||
|
||||
concurrency:
|
||||
group: triage-martian-${{ github.event.issue.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
martian-issue-triage:
|
||||
if: |
|
||||
(github.event.action == 'opened' && github.actor == 'strawgate') ||
|
||||
(github.event.action == 'labeled' && github.event.label.name == 'triage-martian')
|
||||
|
||||
concurrency:
|
||||
group: triage-martian-${{ github.event.issue.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
permissions:
|
||||
|
|
|
|||
1
.github/workflows/marvin-dedupe-issues.yml
vendored
1
.github/workflows/marvin-dedupe-issues.yml
vendored
|
|
@ -83,7 +83,6 @@ jobs:
|
|||
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
|
||||
settings: |
|
||||
{
|
||||
"model": "claude-sonnet-4-5-20250929",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue