From 4df3dc8e67d1888bde6c7a4321a3165d9bb65112 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Mon, 29 Sep 2025 18:56:01 +0300 Subject: [PATCH] Remove team-specific file example from guidelines table --- docs/automation-actions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/automation-actions.md b/docs/automation-actions.md index 28ef2545..ee269bc0 100644 --- a/docs/automation-actions.md +++ b/docs/automation-actions.md @@ -351,7 +351,6 @@ is: |----------|-------------|----------------|---------------| | Repository Root Files | Guidelines file in your repository root | Place your guidelines file (e.g., `REVIEW_RULES.md`) at the root of your repository | `guidelines: {{ "./REVIEW_RULES.md" | readFile() | dump }}` | | CM Repository Files | Organization-wide guidelines in central CM repository | Place guidelines in your central CM repository | `guidelines: {{ "../cm/REVIEW_RULES.md" | readFile() | dump }}` | -| Team-specific Files | Team-level guidelines in specific team repository | Place the file in the specific team repository root | `guidelines: {{ "./TEAM_REVIEW_RULES.md" | readFile() | dump }}` | The `dump` filter ensures proper YAML formatting when the file content is inserted into the configuration.