From b8f31fb085c34cb772b42ccf7dfcdc996eff6c31 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:05:28 +0000 Subject: [PATCH 1/2] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --- src/content/docs/ruleset-engine/rules-language/actions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ruleset-engine/rules-language/actions.mdx b/src/content/docs/ruleset-engine/rules-language/actions.mdx index 7d54a5e218083cb..c066c4e56df8a29 100644 --- a/src/content/docs/ruleset-engine/rules-language/actions.mdx +++ b/src/content/docs/ruleset-engine/rules-language/actions.mdx @@ -7,7 +7,7 @@ sidebar: head: - tag: title content: Actions reference - +description: Learn about Cloudflare Ruleset Engine actions, including Block, Skip, and Log. Understand how actions handle rule matches and configure security features. --- The action of a rule tells Cloudflare how to handle matches for the rule [expression](/ruleset-engine/rules-language/expressions/). From 3556ca12624242eec21c1d99dc557aa17659de92 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:31:27 +0000 Subject: [PATCH 2/2] PCX review --- src/content/docs/ruleset-engine/rules-language/actions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ruleset-engine/rules-language/actions.mdx b/src/content/docs/ruleset-engine/rules-language/actions.mdx index c066c4e56df8a29..f6b0065812428d2 100644 --- a/src/content/docs/ruleset-engine/rules-language/actions.mdx +++ b/src/content/docs/ruleset-engine/rules-language/actions.mdx @@ -7,7 +7,7 @@ sidebar: head: - tag: title content: Actions reference -description: Learn about Cloudflare Ruleset Engine actions, including Block, Skip, and Log. Understand how actions handle rule matches and configure security features. +description: Learn about actions supported by the Rules language, including Block, Skip, and Log. --- The action of a rule tells Cloudflare how to handle matches for the rule [expression](/ruleset-engine/rules-language/expressions/).