Skip to content

Commit

Permalink
Merge pull request #911 from Codium-ai/tr/show_config
Browse files Browse the repository at this point in the history
Update configuration_options.md to include tip on showing relevant co…
  • Loading branch information
mrT23 authored May 19, 2024
2 parents 89819b3 + dcd1881 commit 2369b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pr_agent/algo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<hr>\n<details> <summary><strong>🛠️ Relevant configurations:</strong></summary> \n\n"
Expand Down

0 comments on commit 2369b8d

Please sign in to comment.