Skip to content

Commit 7d428f4

Browse files
committed
wired through the workflows
1 parent d751286 commit 7d428f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/copilot-evaluation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ on:
5050
- "3"
5151
- "4"
5252
- "5"
53+
lm-checklist-poc:
54+
description: "POC: score results with bc-eval's lm_checklist evaluator after the run"
55+
required: false
56+
default: false
57+
type: boolean
5358

5459
concurrency:
5560
group: copilot-evaluation-${{ inputs.test-run && 'test' || 'full' }}
@@ -156,6 +161,7 @@ jobs:
156161
agent: "GitHub Copilot CLI"
157162
mock: ${{ inputs.test-run }}
158163
category: ${{ inputs.category }}
164+
lm-checklist-poc: ${{ inputs.lm-checklist-poc }}
159165
secrets: inherit
160166

161167
requeue:

0 commit comments

Comments
 (0)