forked from theMr17/github-notifier
- Notifications
You must be signed in to change notification settings - Fork 0
Fix #12, #16, #18: Add GitHub OAuth, error handling, and navigation with Jetpack Compose #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Hellebore wants to merge 17 commits into base-sha/c5294370e3aeff90077e8c2c1b8c595cf0316833 Choose a base branch from head-sha/fb5a0cdfd1cc3fb193c6f324b9e509872a638f2c/2025-05-02T12-09-29/d52a75
base: base-sha/c5294370e3aeff90077e8c2c1b8c595cf0316833
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
… and provide default values for CLIENT_ID and CLIENT_SECRET
…e clarity and consistency
…asses for improved clarity
| This is a benchmark review for experiment This pull request was cloned from Experiment configurationreview_config: # User configuration for the review # - benchmark - use the user config from the benchmark reviews # - <value> - use the value directly user_review_config: enable_ai_review: true enable_rule_comments: false enable_complexity_comments: benchmark enable_security_comments: benchmark enable_tests_comments: benchmark enable_comment_suggestions: benchmark enable_pull_request_summary: benchmark enable_review_guide: benchmark enable_approvals: false base_branches: [base-sha.*] ai_review_config: # The model responses to use for the experiment # - benchmark - use the model responses from the benchmark reviews # - llm - call the language model to generate responses model_responses: comments_model: benchmark comment_validation_model: benchmark comment_suggestion_model: benchmark complexity_model: benchmark security_model: benchmark tests_model: benchmark pull_request_summary_model: benchmark review_guide_model: benchmark overall_comments_model: benchmark # The pull request dataset to run the experiment on pull_request_dataset: # CodeRabbit - https://github.com/neerajkumar161/node-coveralls-integration/pull/5 - https://github.com/gunner95/vertx-rest/pull/1 - https://github.com/Altinn/altinn-access-management-frontend/pull/1427 - https://github.com/theMr17/github-notifier/pull/14 - https://github.com/bearycool11/AI_memory_Loops/pull/142 # Greptile - https://github.com/gumloop/guMCP/pull/119 - https://github.com/autoblocksai/python-sdk/pull/335 - https://github.com/grepdemos/ImageSharp/pull/6 - https://github.com/grepdemos/server/pull/61 - https://github.com/websentry-ai/pipelines/pull/25 # Graphite - https://github.com/KittyCAD/modeling-app/pull/6648 - https://github.com/KittyCAD/modeling-app/pull/6628 - https://github.com/Varedis-Org/AI-Test-Repo/pull/2 - https://github.com/deeep-network/bedrock/pull/198 - https://github.com/Metta-AI/metta/pull/277 # Copilot - https://github.com/hmcts/rpx-xui-webapp/pull/4438 - https://github.com/ganchdev/quez/pull/104 - https://github.com/xbcsmith/ymlfxr/pull/13 - https://github.com/tinapayy/B-1N1T/pull/36 - https://github.com/coder/devcontainer-features/pull/6 # Questions to ask to label the review comments review_comment_labels: [] # - label: correct # question: Is this comment correct? # Benchmark reviews generated by running # python -m scripts.experiment benchmark <experiment_name> benchmark_reviews: - dataset_pull_request: https://github.com/neerajkumar161/node-coveralls-integration/pull/5 review_pull_request: https://github.com/sourcery-ai-experiments/node-coveralls-integration/pull/10 - dataset_pull_request: https://github.com/gunner95/vertx-rest/pull/1 review_pull_request: https://github.com/sourcery-ai-experiments/vertx-rest/pull/1 - dataset_pull_request: https://github.com/Altinn/altinn-access-management-frontend/pull/1427 review_pull_request: https://github.com/sourcery-ai-experiments/altinn-access-management-frontend/pull/1 - dataset_pull_request: https://github.com/bearycool11/AI_memory_Loops/pull/142 review_pull_request: https://github.com/sourcery-ai-experiments/AI_memory_Loops/pull/1 - dataset_pull_request: https://github.com/autoblocksai/python-sdk/pull/335 review_pull_request: https://github.com/sourcery-ai-experiments/python-sdk/pull/1 - dataset_pull_request: https://github.com/grepdemos/ImageSharp/pull/6 review_pull_request: https://github.com/sourcery-ai-experiments/ImageSharp/pull/1 - dataset_pull_request: https://github.com/grepdemos/server/pull/61 review_pull_request: https://github.com/sourcery-ai-experiments/server/pull/1 - dataset_pull_request: https://github.com/websentry-ai/pipelines/pull/25 review_pull_request: https://github.com/sourcery-ai-experiments/pipelines/pull/1 - dataset_pull_request: https://github.com/KittyCAD/modeling-app/pull/6648 review_pull_request: https://github.com/sourcery-ai-experiments/modeling-app/pull/1 - dataset_pull_request: https://github.com/Varedis-Org/AI-Test-Repo/pull/2 review_pull_request: https://github.com/sourcery-ai-experiments/AI-Test-Repo/pull/1 - dataset_pull_request: https://github.com/deeep-network/bedrock/pull/198 review_pull_request: https://github.com/sourcery-ai-experiments/bedrock/pull/1 - dataset_pull_request: https://github.com/Metta-AI/metta/pull/277 review_pull_request: https://github.com/sourcery-ai-experiments/metta/pull/1 - dataset_pull_request: https://github.com/hmcts/rpx-xui-webapp/pull/4438 review_pull_request: https://github.com/sourcery-ai-experiments/rpx-xui-webapp/pull/1 - dataset_pull_request: https://github.com/ganchdev/quez/pull/104 review_pull_request: https://github.com/sourcery-ai-experiments/quez/pull/1 - dataset_pull_request: https://github.com/xbcsmith/ymlfxr/pull/13 review_pull_request: https://github.com/sourcery-ai-experiments/ymlfxr/pull/1 - dataset_pull_request: https://github.com/tinapayy/B-1N1T/pull/36 review_pull_request: https://github.com/sourcery-ai-experiments/B-1N1T/pull/1 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit
New Features
Improvements
Bug Fixes
Chores
Issue Reference
DataStoreManagertheMr17/github-notifier#18Screenshots
Essential Checklist