From ded5aff08cfe443498770e7f27035db694e72c30 Mon Sep 17 00:00:00 2001 From: Kreusada <67752638+Kreusada@users.noreply.github.com> Date: Thu, 3 Jun 2021 21:34:40 +0100 Subject: [PATCH] Move modlog guide to correct place in the labeler configuration (#5118) --- .github/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7b475ea3e..6e52a9370 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -131,9 +131,11 @@ - redbot/core/modlog.py # Docs - docs/framework_modlog.rst - - docs/cog_guides/modlog.rst "Category: Modlog Cog": + # Source - redbot/cogs/modlog/* + # Docs + - docs/cog_guides/modlog.rst "Category: Mutes Cog": # Source - redbot/cogs/mutes/*