pub fn stale(
layout: &Layout,
days: i64,
project_filter: Option<&str>,
) -> Result<String>Expand description
Open issues whose :CREATED: is at least days old. An issue without a
parseable date is never stale, because its age is unknown.
ยงErrors
Returns an error if the corpus cannot be read.