We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8acce53 + 7d26c2f commit 70bab5dCopy full SHA for 70bab5d
.github/workflows/evaluate.yaml
@@ -9,10 +9,12 @@ on:
9
permissions:
10
id-token: write
11
contents: read
12
+ issues: write
13
+ pull-requests: write
14
15
jobs:
16
evaluate:
- if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '#evaluate') }}
17
+ if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/evaluate') }}
18
runs-on: ubuntu-latest
19
env:
20
UV_SYSTEM_PYTHON: 1
@@ -151,7 +153,7 @@ jobs:
151
153
name: eval_result
152
154
path: ./evals/results/pr${{ github.event.issue.number }}
155
- - name: GitHub Summary Step
156
+ - name: Summarize results
157
if: ${{ success() }}
158
run: |
159
echo "📊 Evaluation Results" >> $GITHUB_STEP_SUMMARY
0 commit comments