spacewander commented on code in PR #7771:
URL: https://github.com/apache/apisix/pull/7771#discussion_r955692338
##########
apisix/plugins/workflow.lua:
##########
@@ -117,6 +117,10 @@ function _M.check_schema(conf)
return false, "failed to validate the '" .. action[1] .. "'
action: " .. err
end
+ if action[1] == "limit-count" and action[2]["group"] then
Review Comment:
Better to put it in the schema checker of limit-count.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]