From c6e31a3be67f28cca2c440fc9543782ae73eaa47 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 19 Jul 2026 20:46:02 -0400 Subject: [PATCH] Rename martian workflows to marvin (#4558) --- .claude/skills/review-issue/SKILL.md | 2 +- .../{martian-test-failure.yml => marvin-test-failure.yml} | 4 ++-- .../{martian-triage-issue.yml => marvin-triage-issue.yml} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{martian-test-failure.yml => marvin-test-failure.yml} (98%) rename .github/workflows/{martian-triage-issue.yml => marvin-triage-issue.yml} (100%) diff --git a/.claude/skills/review-issue/SKILL.md b/.claude/skills/review-issue/SKILL.md index dc3ee110a..384aa137c 100644 --- a/.claude/skills/review-issue/SKILL.md +++ b/.claude/skills/review-issue/SKILL.md @@ -31,7 +31,7 @@ merge, not a courtesy. - Maintainer-authored PRs are exempt. A `trusted-contributor` label exempts a contributor up front. Reopening the PR or removing the `missing-issue-link` label applies a sticky `bypass-issue-check`. -- Sibling bots have usually already run on the issue: `martian-triage-issue` (investigates + +- Sibling bots have usually already run on the issue: `marvin-triage-issue` (investigates + recommends), `marvin-dedupe-issues` / `auto-close-duplicates` (dupes), `auto-close-needs-mre` (missing MRE). Read their comments before re-deriving anything. diff --git a/.github/workflows/martian-test-failure.yml b/.github/workflows/marvin-test-failure.yml similarity index 98% rename from .github/workflows/martian-test-failure.yml rename to .github/workflows/marvin-test-failure.yml index c58978299..c21204815 100644 --- a/.github/workflows/martian-test-failure.yml +++ b/.github/workflows/marvin-test-failure.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true jobs: - martian-test-failure: + marvin-test-failure: # Only run if the test workflow failed if: ${{ github.event.workflow_run.conclusion == 'failure' }} runs-on: ubuntu-latest @@ -193,5 +193,5 @@ jobs: prompt: ${{ steps.analysis-prompt.outputs.PROMPT }} claude_args: | - --allowed-tools mcp__repository-summary,mcp__code-search,mcp__github-research,WebSearch,WebFetch,Bash(make:*,git:*) + --allowed-tools mcp__repository-summary,mcp__code-search,mcp__github-research,WebSearch,WebFetch,"Bash(make:*)","Bash(git:*)" --mcp-config /tmp/mcp-config/mcp-servers.json diff --git a/.github/workflows/martian-triage-issue.yml b/.github/workflows/marvin-triage-issue.yml similarity index 100% rename from .github/workflows/martian-triage-issue.yml rename to .github/workflows/marvin-triage-issue.yml