Update dedupe logic (#1460)

This commit is contained in:
Jeremiah Lowin 2025-08-11 18:49:52 -04:00 committed by GitHub
commit 26a2c2ed62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 12 deletions

View file

@ -11,9 +11,9 @@ on:
type: string
jobs:
claude-dedupe-issues:
marvin-dedupe-issues:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
permissions:
contents: read
issues: write
@ -29,7 +29,7 @@ jobs:
app-id: ${{ secrets.MARVIN_APP_ID }}
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
- name: Run Marvin slash command
- name: Run Marvin dedupe command
uses: anthropics/claude-code-base-action@beta
with:
prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number || inputs.issue_number }}"

View file

@ -39,7 +39,7 @@ jobs:
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
# Marvin Assistant
- name: Marvin
- name: Run Marvin
uses: anthropics/claude-code-action@beta
with:
github_token: ${{ steps.marvin-token.outputs.token }}