From 2daaa86056c4c69f86b9b48c13d840ac34e35007 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:00:26 -0400 Subject: [PATCH] Prevent marvin from commenting (#1622) --- .github/workflows/marvin-dedupe-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/marvin-dedupe-issues.yml b/.github/workflows/marvin-dedupe-issues.yml index 04dc16d2a..7e3b5a27b 100644 --- a/.github/workflows/marvin-dedupe-issues.yml +++ b/.github/workflows/marvin-dedupe-issues.yml @@ -45,7 +45,7 @@ jobs: 4. Next, feed the results from steps 2 and 3 into another agent using the Task tool, so that it can filter out false positives that are likely not actually duplicates of the original issue. If there are no duplicates remaining, do not proceed. - 5. Finally, comment back on the issue with a list of up to three duplicate issues (or zero, if there are no likely duplicates) + 5. Finally, comment back on the issue with a list of up to three duplicate issues (or zero, if there are no likely duplicates). If there are no duplicates, DO NOT COMMENT. Just exit. Notes for your agents: - Use `gh` to interact with GitHub, rather than web fetch