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 1381ee0 commit 4930bd0Copy full SHA for 4930bd0
.github/workflows/evaluate.yaml
@@ -46,6 +46,17 @@ jobs:
46
run: |
47
echo "Comment contains #evaluate hashtag"
48
49
+ - name: Comment on pull request
50
+ uses: actions/github-script@v7
51
+ with:
52
+ script: |
53
+ github.rest.issues.createComment({
54
+ issue_number: context.issue.number,
55
+ owner: context.repo.owner,
56
+ repo: context.repo.repo,
57
+ body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
58
+ })
59
+
60
- uses: actions/checkout@v4
61
62
- name: Install pgvector
0 commit comments