Skip to content

Commit 0c0764c

Browse files
committed
chore: comment out minimum output requirement for add-comment in workflows
1 parent 3d17a2f commit 0c0764c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-claude-add-comment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ engine:
99

1010
safe-outputs:
1111
add-comment:
12-
min: 1
12+
# min: 1
1313
---
1414

1515
If the title of the issue #${{ github.event.issue.number }} is "Hello from Claude" then add a comment on the issue "Reply from Claude".

.github/workflows/test-claude-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ engine:
99

1010
safe-outputs:
1111
add-comment:
12-
min: 1
12+
# min: 1
1313
---
1414

1515
Add a reply comment to issue #${{ github.event.issue.number }} answering the question "${{ needs.task.outputs.text }}" given the context of the repo, starting with saying you're Claude. If there is no command write out a haiku about the repo.

.github/workflows/test-claude-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
safe-outputs:
99
add-comment:
10-
min: 1
10+
# min: 1
1111

1212
network:
1313
allowed:

.github/workflows/test-codex-create-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ safe-outputs:
99
create-issue:
1010
title-prefix: "[codex-test] "
1111
labels: [codex, automation, haiku]
12-
min: 1
12+
# min: 1
1313
---
1414

1515
Create an issue with title "Hello from Codex" and body "World"

0 commit comments

Comments
 (0)