From 02b6a76d11cf0a38dea06e9eb3ffd0e6609a7684 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:42:24 -0400 Subject: [PATCH] Fix prompt_file input and bot attribution (#1960) --- .github/workflows/marvin-dedupe-issues.yml | 11 +++++++---- .github/workflows/marvin-label-triage.yml | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/marvin-dedupe-issues.yml b/.github/workflows/marvin-dedupe-issues.yml index a7ba89f68..5d83cbdf7 100644 --- a/.github/workflows/marvin-dedupe-issues.yml +++ b/.github/workflows/marvin-dedupe-issues.yml @@ -30,10 +30,11 @@ jobs: app-id: ${{ secrets.MARVIN_APP_ID }} private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }} - - name: Create dedupe prompt + - name: Set dedupe prompt + id: dedupe-prompt run: | - mkdir -p /tmp/claude-prompts - cat > /tmp/claude-prompts/dedupe-prompt.txt << 'EOF' + cat >> $GITHUB_OUTPUT << 'EOF' + PROMPT< /tmp/claude-prompts/triage-prompt.txt << 'EOF' + cat >> $GITHUB_OUTPUT << 'EOF' + PROMPT<