From 867fe57c6370a9cf08889bf035d24a9b778dfe6a Mon Sep 17 00:00:00 2001 From: SansGuidon Date: Mon, 25 Nov 2024 15:36:39 +0000 Subject: [PATCH] Change(AutoTag): update rules --- auto_tag_plugin/auto_tag_plugin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_tag_plugin/auto_tag_plugin.php b/auto_tag_plugin/auto_tag_plugin.php index edbaa25..f4ee9e6 100644 --- a/auto_tag_plugin/auto_tag_plugin.php +++ b/auto_tag_plugin/auto_tag_plugin.php @@ -31,6 +31,8 @@ function auto_tag_plugin_init(ConfigManager $conf) 'debug,troubleshoot,diagnose,resolution,solution,problem,solv,trouble' => 'problem-solving,guides-and-tips', 'design' => 'design', 'disk' => 'storage', + 'distraction,procrastin' => 'procrastination', + 'diy,self-host,héberger soi-même' => 'diy', 'dns,network,tcp,wireshark' => 'network', 'docker,docker-compose,docker compose,container,containers,k8s,kubernetes,minikube,k3s,helm,openshift' => 'container-technology', 'documentation,docs' => 'documentation',