From 3546bf9077aa78e1b3eb2ecb1999370b04229785 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 22 Oct 2022 02:12:34 -0500 Subject: [PATCH] Added new labels to GitHub labeler --- .github/labeler.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cee65e07..1166136f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -24,4 +24,12 @@ VScript: - '**vscript**' Tools: - - '**utils**' \ No newline at end of file + - '**utils**' + +NPCs: + - '**npc_**' + - '**ai_**' + +VGUI: + - '**hud_**' + - '**vgui_**' \ No newline at end of file