From b2e84403480b2d49e4ea90a652b9648476f08844 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Thu, 21 Nov 2024 13:47:57 -0500 Subject: [PATCH] Add comment notifying eval has started --- .github/workflows/run-eval.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/run-eval.yml b/.github/workflows/run-eval.yml index 24420c2caa7e..df79872aec26 100644 --- a/.github/workflows/run-eval.yml +++ b/.github/workflows/run-eval.yml @@ -44,3 +44,10 @@ jobs: slack_text="PR $PR_URL has triggered evaluation on $EVAL_INSTANCES instances..." curl -X POST -H 'Content-type: application/json' --data '{"text":"'"$slack_text"'"}' \ https://hooks.slack.com/services/${{ secrets.SLACK_TOKEN }} + + - name: Comment on PR + uses: KeisukeYamashita/create-comment@v1 + with: + unique: false + comment: | + Running evaluation on the PR. Once eval is done, the results will be posted.