File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def main():
140
140
github_token = os .environ .get ('GITHUB_TOKEN' )
141
141
142
142
# 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/" )
144
144
if not guidelines :
145
145
print ("Warning: No guidelines loaded. Review will proceed without guidelines." )
146
146
@@ -150,7 +150,7 @@ def main():
150
150
print ("Failed to retrieve PR diff files from latest commit. Exiting." )
151
151
return
152
152
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/" )
154
154
if not pr_comments :
155
155
print ("Warning: No PR comments loaded. Review will proceed without PR comments history." )
156
156
You can’t perform that action at this time.
0 commit comments