This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new ae4fc8efd hotfix on pr_reviewer
ae4fc8efd is described below
commit ae4fc8efdc5da21f7086cdee63f7c7790a95fc89
Author: Trevor Grant <[email protected]>
AuthorDate: Wed Mar 12 10:13:20 2025 -0500
hotfix on pr_reviewer
---
.github/workflows/pr_review.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/pr_review.yml b/.github/workflows/pr_review.yml
index 6e5208c3c..d7f845013 100644
--- a/.github/workflows/pr_review.yml
+++ b/.github/workflows/pr_review.yml
@@ -37,6 +37,7 @@ jobs:
pip install gofannon
- name: Run PR Review Tool
env:
+ PR_REVIEW_CHECKS_PATH: "../.github/pr_review_checks.yml"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_BASE_URL: "https://api.deepinfra.com/v1/openai"