Skip to content

Commit 2daaa86

Browse files
authored
Prevent marvin from commenting (#1622)
1 parent 8e1665a commit 2daaa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/marvin-dedupe-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
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.
4747
48-
5. Finally, comment back on the issue with a list of up to three duplicate issues (or zero, if there are no likely duplicates)
48+
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.
4949
5050
Notes for your agents:
5151
- Use `gh` to interact with GitHub, rather than web fetch

0 commit comments

Comments
 (0)