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