Skip to content

Commit 3d17a2f

Browse files
committed
chore: add minimum output requirements for various workflows
1 parent f224d11 commit 3d17a2f

35 files changed

Lines changed: 46 additions & 2 deletions

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ jobs:
108108
if: always()
109109
uses: actions/upload-artifact@v4
110110
with:
111-
name: e2e-output-${{ matrix.testsuite.name }}-log
111+
name: e2e-output-${{ matrix.testsuite }}-log
112112
path: e2e-output.log

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

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

1010
safe-outputs:
1111
add-comment:
12+
min: 1
1213
---
1314

1415
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-add-labels.md

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

1010
safe-outputs:
1111
add-labels:
12+
min: 1
1213
---
1314

1415
If the title of the issue #${{ github.event.issue.number }} is exactly "Hello from Claude" then add the issue label "claude-safe-output-label-test" to the issue.

.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-
missing-tool:
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-create-code-scanning-alert.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ engine:
1010
safe-outputs:
1111
create-code-scanning-alert:
1212
max: 10
13+
min: 1
1314
---
1415

1516
# Test Claude Create Code Scanning Alert

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ safe-outputs:
88
create-issue:
99
title-prefix: "[claude-test] "
1010
labels: [claude, automation, haiku]
11+
min: 1
1112
---
1213

1314
Create an issue with title "Hello from Claude" and body "World"

.github/workflows/test-claude-create-pull-request-review-comment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ engine:
1010
safe-outputs:
1111
create-pull-request-review-comment:
1212
max: 3
13+
min: 1
1314
---
1415

1516
Analyze the pull request #${{ github.event.issue.number }} and create one code review comment on the code changes.

.github/workflows/test-claude-create-pull-request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ safe-outputs:
99
create-pull-request:
1010
title-prefix: "[claude-test] "
1111
labels: [claude, automation, bot]
12+
min: 1
1213
---
1314

1415
# Test Claude Create Pull Request

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ engine:
88

99
safe-outputs:
1010
create-issue:
11+
min: 1
1112

1213
network: {}
1314

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ safe-outputs:
88
create-issue:
99
title-prefix: "[claude-test] "
1010
labels: [claude, automation, haiku]
11+
min: 1
1112
create-pull-request:
1213
title-prefix: "[claude-test] "
1314
labels: [claude, automation, bot]
15+
min: 1
1416
---
1517

1618
Create an issue with title "Hello from Claude (multi)" and body "World"

0 commit comments

Comments
 (0)