From dcd188193b27ba1072765f58c6b9a05f91e17614 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 19 May 2024 08:20:15 +0300 Subject: [PATCH] Update configuration_options.md to include tip on showing relevant configurations --- pr_agent/algo/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index 61510b8d..f2ef00a5 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -677,7 +677,8 @@ def github_action_output(output_data: dict, key_name: str): def show_relevant_configurations(relevant_section: str) -> str: - forbidden_keys = ['ai_disclaimer', 'ai_disclaimer_title', 'ANALYTICS_FOLDER', 'secret_provider'] + forbidden_keys = ['ai_disclaimer', 'ai_disclaimer_title', 'ANALYTICS_FOLDER', 'secret_provider', + 'trial_prefix_message', 'no_eligible_message', 'identity_provider'] markdown_text = "" markdown_text += "\n
\n
🛠️ Relevant configurations: \n\n"