From 96c83340ff70d1b9c56ab496e10d131b8c9fa82f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 17 Sep 2024 19:41:06 +0000 Subject: [PATCH] Docs changes --- docs/repom.generated.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/repom.generated.md b/docs/repom.generated.md index 2acd1ff4..46434f2c 100644 --- a/docs/repom.generated.md +++ b/docs/repom.generated.md @@ -194,6 +194,26 @@ Properties: - `active`: Whether the menu item is enabled. ([Predicate](repository_action_types.md#predicate)) - `context`: The context in which the action is available. ([Context](repository_action_types.md#context)) +### Example + + + +```yaml +action-menu: + +- type: separator@1 + active: 'string.size(my_app_name) == 5' # true + context: + - type: set-variable@1 + name: my_app_name + value: RepoM + +- type: separator@1 +``` +snippet source | anchor + + + ## url@1 Action to open the url in the default browser.