Function github_flows::revoke_listeners
source · pub fn revoke_listeners(owner: &str, repo: &str, events: Vec<&str>)Expand description
Revoke previous registered listener of current flow.
Most of the time you do not need to call this function. As inside the listen_to_event() it will revoke previous registered listener, so the only circumstance you need this function is when you want to change the listener from GitHub to others.