Skip to content

Commit 7c87d34

Browse files
authored
Remove team-specific file example from guidelines table (#795)
1 parent 04ada16 commit 7c87d34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/automation-actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ is:
351351
|----------|-------------|----------------|---------------|
352352
| 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 }}` |
353353
| CM Repository Files | Organization-wide guidelines in central CM repository | Place guidelines in your central CM repository | `guidelines: {{ "../cm/REVIEW_RULES.md" | readFile() | dump }}` |
354-
| 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 }}` |
355354

356355
The `dump` filter ensures proper YAML formatting when the file content is inserted into the configuration.
357356

0 commit comments

Comments
 (0)