Skip to content

Commit 3c1bf27

Browse files
committed
Update GCS bucket name in Gemini review script
1 parent 35315fd commit 3c1bf27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/gemini_review.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def main():
140140
github_token = os.environ.get('GITHUB_TOKEN')
141141

142142
# Use the GCS client library
143-
guidelines = download_and_combine_guidelines("hackathon-sme-code-review-train", "guidelines/")
143+
guidelines = download_and_combine_guidelines("hackathon-2025-sme-code-review-train", "guidelines/")
144144
if not guidelines:
145145
print("Warning: No guidelines loaded. Review will proceed without guidelines.")
146146

@@ -150,7 +150,7 @@ def main():
150150
print("Failed to retrieve PR diff files from latest commit. Exiting.")
151151
return
152152

153-
pr_comments = download_and_combine_pr_comments("hackathon-sme-code-review-train", "pr_comments/")
153+
pr_comments = download_and_combine_pr_comments("hackathon-2025-sme-code-review-train", "pr_comments/")
154154
if not pr_comments:
155155
print("Warning: No PR comments loaded. Review will proceed without PR comments history.")
156156

0 commit comments

Comments
 (0)