Skip to content

Commit 2369b8d

Browse files
authored
Merge pull request #911 from Codium-ai/tr/show_config
Update configuration_options.md to include tip on showing relevant co…
2 parents 89819b3 + dcd1881 commit 2369b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pr_agent/algo/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,8 @@ def github_action_output(output_data: dict, key_name: str):
677677

678678

679679
def show_relevant_configurations(relevant_section: str) -> str:
680-
forbidden_keys = ['ai_disclaimer', 'ai_disclaimer_title', 'ANALYTICS_FOLDER', 'secret_provider']
680+
forbidden_keys = ['ai_disclaimer', 'ai_disclaimer_title', 'ANALYTICS_FOLDER', 'secret_provider',
681+
'trial_prefix_message', 'no_eligible_message', 'identity_provider']
681682

682683
markdown_text = ""
683684
markdown_text += "\n<hr>\n<details> <summary><strong>🛠️ Relevant configurations:</strong></summary> \n\n"

0 commit comments

Comments
 (0)