-
Notifications
You must be signed in to change notification settings - Fork 116
docs: Clarify documentation for repository comment_strategy
#2272
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
docs: Clarify documentation for repository comment_strategy
#2272
Conversation
8e90501
to
aa91dd0
Compare
π PR Lint Feedback
|
37cfcaa
to
e610be4
Compare
/gemini review |
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.
Code Review
This pull request does a great job of refactoring the documentation for the comment_strategy
setting. Consolidating the information for GitHub and GitLab into a shared section significantly improves clarity and reduces duplication. I have a couple of minor suggestions to enhance the grammar and maintain consistency with the rest of the document.
See the minor spell if you want to fix and it's GTG for me |
/issue-create |
β GitHub Issue Created
π Created Issue#2278 - Feature Request: Clarify documentation on controlling comment volume for Git providers π RelationshipThis pull request resolves the issue described above. The issue was automatically generated based on the PR content to represent the underlying problem being solved. π Issue Content PreviewClick to view the generated issue contentProblem DescriptionUsers need a clearer understanding of how to manage and control the volume of automated comments generated by the system across different Git providers like GitHub and GitLab. Current BehaviorThe existing documentation on repository settings, specifically Expected BehaviorThe documentation should provide a comprehensive and easy-to-understand explanation of how to configure and manage the Additional ContextThis clarity is important for users who want to fine-tune the system's interaction with their repositories, preventing excessive or unwanted comments and ensuring a more streamlined workflow. π€ Issue created automatically using |
Add a more general "controlling comment volume" section with Github and Gitlab subsections to clarify the shared semantics
e610be4
to
3fbfaad
Compare
i think it may be better to just set things as ready for review, I don't think it's necessary to do a draft pr or this would be confusing when to merge |
AH, didn't realize I created this as a draft. Must have been a cached setting π€ Marked as ready for review ππΌ |
π Description of the Change
Add a more general "controlling comment volume" section with Github and Gitlab subsections to clarify the shared semantics
π¨π»β Linked Jira
None
π Linked GitHub Issue
Fixes #2270
π Type of Change
fix:
)feat:
)feat!:
,fix!:
)docs:
)chore:
)refactor:
)enhance:
)deps:
)π§ͺ Testing Strategy
π€ AI Assistance
If you have used AI assistance, please provide the following details:
Which LLM was used?
Extent of AI Assistance:
Important
If the majority of the code in this PR was generated by an AI, please add a
Co-authored-by
trailer to your commit message.For example:
Co-authored-by: Gemini gemini@google.com
Co-authored-by: ChatGPT noreply@chatgpt.com
Co-authored-by: Claude noreply@anthropic.com
Co-authored-by: Cursor noreply@cursor.com
Co-authored-by: Copilot Copilot@users.noreply.github.com
**π‘You can use the script
./hack/add-llm-coauthor.sh
to automatically addthese co-author trailers to your commits.
β Submitter Checklist
fix:
,feat:
) matches the "Type of Change" I selected above.make test
andmake lint
locally to check for and fix anyissues. For an efficient workflow, I have considered installing
pre-commit and running
pre-commit install
toautomate these checks.
Closes #2278