Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix LabelRemote typo to LabelRemove in rules.md (#101)

authored by

Rashmi Raghunandan and committed by
GitHub
f69c543e 4a9114b1

+1 -1
+1 -1
docs/rules.md
··· 60 60 61 61 ### Instrumenting Rules with WhenRules 62 62 63 - The `WhenRules()` function allows for the connection of rules with external services, declarations or internal label modifications by listing Rule objects in sequence within the `rules_any=[]` parameter and `EffectBase`. By default, operators and designers can utilize UDFs with predefined effects such as `DeclareVerdict()`, `LabelAdd()`, and `LabelRemote()` on positive rule evaluations. 63 + The `WhenRules()` function allows for the connection of rules with external services, declarations or internal label modifications by listing Rule objects in sequence within the `rules_any=[]` parameter and `EffectBase`. By default, operators and designers can utilize UDFs with predefined effects such as `DeclareVerdict()`, `LabelAdd()`, and `LabelRemove()` on positive rule evaluations. 64 64 65 65 Below is an example of the use of a WhenRules() block to verify and email and reject a request. 66 66