bsw@1219: function lf4rcs.notification_handler(event) bsw@1219: if event.event == "issue_state_changed" and ( bsw@1219: event.state ~= "admission" and bsw@1219: event.state ~= "discussion" and bsw@1219: event.state ~= "verification" and bsw@1219: event.state ~= "voting" bsw@1219: ) then bsw@1219: lf4rcs.commit(event.issue) bsw@1219: end bsw@1219: end bsw@1219: