default worker handle other tags

This commit is contained in:
Ruben Fiszel
2023-04-24 12:17:38 +02:00
parent e6d02db1ad
commit 4f7d7bb939
+2 -1
View File
@@ -61,7 +61,8 @@ lazy_static::lazy_static! {
"bash".to_string(),
"dependency".to_string(),
"flow".to_string(),
"hub".to_string()]);
"hub".to_string(),
"other".to_string()]);
pub static ref ACCEPTED_TAGS_FILTER: String = format!(" AND ({})",
ACCEPTED_TAGS.clone().into_iter().map(|x| format!("(tag = '{x}')")).join(" OR "));