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.
1 parent 03fee2f commit 7d26c2fCopy full SHA for 7d26c2f
.github/workflows/evaluate.yaml
@@ -14,7 +14,7 @@ permissions:
14
15
jobs:
16
evaluate:
17
- if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '#evaluate') }}
+ if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/evaluate') }}
18
runs-on: ubuntu-latest
19
env:
20
UV_SYSTEM_PYTHON: 1
0 commit comments