Add disable_auto_feedback configuration option to control automatic feedback #1379
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.
PR Type
enhancement, documentation
Description
disable_auto_feedback
to control automatic feedback across multiple platforms.disable_auto_feedback
setting, skipping auto commands if it is enabled.toml
syntax highlighting.disable_auto_feedback
setting to the configuration file with a default value offalse
.Changes walkthrough 📝
azuredevops_server_webhook.py
Add configuration check to skip auto commands
pr_agent/servers/azuredevops_server_webhook.py
disable_auto_feedback
configuration.bitbucket_app.py
Add configuration check to skip auto commands
pr_agent/servers/bitbucket_app.py
disable_auto_feedback
configuration.bitbucket_server_webhook.py
Add configuration check to skip auto commands
pr_agent/servers/bitbucket_server_webhook.py
disable_auto_feedback
configuration.github_app.py
Add configuration check to skip auto commands
pr_agent/servers/github_app.py
disable_auto_feedback
configuration.gitlab_webhook.py
Add configuration check to skip auto commands
pr_agent/servers/gitlab_webhook.py
disable_auto_feedback
configuration.configuration.toml
Add disable_auto_feedback configuration setting
pr_agent/settings/configuration.toml
disable_auto_feedback
configuration with default value.automations_and_usage.md
Document disable_auto_feedback configuration option
docs/docs/usage-guide/automations_and_usage.md
disable_auto_feedback
configuration option.toml
syntax highlighting.