-
Notifications
You must be signed in to change notification settings - Fork 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
refactopr: Refactor various classes to use GitProject instead of Project #1376
Conversation
Several classes have been refactored to replace the usage of the old Project class with the new GitProject class. This includes changes in fields, methods, and parameters, and affects multiple classes within the github-bot module. The changes bring more clarity and specificity to the naming and understanding of the project context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All PRs must be titled according to our semantic naming policy: <type>(<scope>): <short summary>
Type must be one of the following:
- build
- ci
- chore
- docs
- feat
- fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains a TODO statement. Please check to see if they should be removed.
enforce_pr_title/enforce_pr_title • request change and add this comment: Type must be one of the following:
label_deleted_files/label_deleted_files • add label percent_new_code/percent_new_code • add comment provide_estimated_time_to_review/estimated_time_to_review • add label review_todo_comments/review_todo_comments • request change and add this comment: To activate these actions - merge this PR into the main branch Learn more on the gitStream Docs |
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
Several classes have been refactored to replace the usage of the old Project class with the new GitProject class. This includes changes in fields, methods, and parameters, and affects multiple classes within the github-bot module. The changes bring more clarity and specificity to the naming and understanding of the project context.