[FR] Add support to decouple actions
and exception_list
from rules
#3405
Labels
actions
and exception_list
from rules
#3405
related to #3298
While the repo technically supports both the
actions
andexceptions
fields within the defined schema, it is not actually practical to populate those fields in any prebuilt rules. This is because it would create a situation where the rules would get out of sync from a versioning perspective and be in the same situation as modifying prebuilt rules.The easiest solution would be to decouple them completely.
rule_id
as the key and an array of entries respectivelyto_api_format
method as well as a parameter for building packagesThe text was updated successfully, but these errors were encountered: