static L woodyOnRules(WoodyBot bot) { ret [WoodyRule r : values(bot.rules) | neq(r.properties.get("PROCESS"), "NO") && !cic(r.fullName, "#event.") && toInt(r.properties.get("PRIORITY")) >= 0]; }