diff --git a/.github/workflows/martian-issue-triage.yml b/.github/workflows/martian-issue-triage.yml index 27ed31dcf..c63f2e998 100644 --- a/.github/workflows/martian-issue-triage.yml +++ b/.github/workflows/martian-issue-triage.yml @@ -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: diff --git a/.github/workflows/marvin-dedupe-issues.yml b/.github/workflows/marvin-dedupe-issues.yml index ed97ac79a..0f8b5c315 100644 --- a/.github/workflows/marvin-dedupe-issues.yml +++ b/.github/workflows/marvin-dedupe-issues.yml @@ -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",