-
Notifications
You must be signed in to change notification settings - Fork 739
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
Tr/ignore #966
Conversation
PR Reviewer Guide 🔍(Review updated until commit e083841)
|
CI Failure Feedback 🧐tagsand the content within them.
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Code Suggestions ✨
|
/improve |
PR Code Suggestions ✨
|
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.
good
/review |
Persistent review updated to latest commit e083841 |
PR Code Suggestions ✨
|
PR Code Suggestions ✨
|
/review |
Persistent review updated to latest commit e083841 |
Preparing review... |
Incremental PR Reviewer Guide 🔍⏮️ Review for commits since previous PR-Agent review Starting from commit 1070f95.
|
Incremental Review Skipped |
Preparing review... |
Persistent review updated to latest commit e083841 |
Persistent review updated to latest commit e083841 |
PR Type
enhancement, documentation
Description
utils.py
.glob
andregex
patterns.Changes walkthrough 📝
7 files
file_filter.py
Enhance file ignore functionality for multiple platforms
pr_agent/algo/file_filter.py
DevOps) in file ignore functionality.
filter_ignored
function to handle different fileattribute structures.
language_handler.py
Add type annotation to is_valid_file function
pr_agent/algo/language_handler.py
is_valid_file
function.utils.py
Fix markdown formatting and handle code tags
pr_agent/algo/utils.py
replace_code_tags
function to handle code tags in markdown.azuredevops_provider.py
Integrate file ignore functionality and log filtered files
pr_agent/git_providers/azuredevops_provider.py
bitbucket_provider.py
Integrate file ignore functionality and log filtered files
pr_agent/git_providers/bitbucket_provider.py
github_provider.py
Integrate file ignore functionality and log filtered files
pr_agent/git_providers/github_provider.py
gitlab_provider.py
Integrate file ignore functionality and log filtered files
pr_agent/git_providers/gitlab_provider.py
2 files
additional_configurations.md
Update documentation for file ignore patterns
docs/docs/usage-guide/additional_configurations.md
glob
andregex
patterns.ignore.toml
Add regex pattern example in ignore settings
pr_agent/settings/ignore.toml