Add Blacklist for Non-Editable File Extensions in Documentation#385
Conversation
PR Analysis
PR Feedback
How to use
|
|
/describe --pr_description.extra_instructions="use bullet points in 'PR Description' section" |
|
Preparing PR description... |
|
Preparing review... |
1 similar comment
|
Preparing review... |
…_scripts Add Blacklist for Non-Editable File Extensions in Documentation
PR Type:
Enhancement
PR Description:
PR Main Files Walkthrough:
files:
pr_agent/tools/pr_add_docs.py: Added a check to disable adding docs to scripts and other non-relevant text files. The blacklist of extensions is fetched from the settings.pr_agent/settings/language_extensions.toml: Added a new section 'docs_blacklist_extensions' to list the file extensions for which documentation should not be added.