fn to_action()

in issue-bot/src/routes.rs [39:45]


    fn to_action(&self) -> Action {
        match self {
            Self::Created => Action::Created,
            Self::Edited => Action::Edited,
            Self::Deleted => Action::Deleted,
        }
    }