From 89326806b31b0a22a4ebb1d9f403ad42dfef96e2 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 20 May 2023 14:03:38 +0300 Subject: [PATCH] Add HTML to labeler --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 888821e8c..c5754fb40 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,6 +4,9 @@ js: css: - snippets/css/s/*.md - collections/css/*.yaml +html: + - snippets/html/s/*.md + - collections/html/*.yaml git: - snippets/git/s/*.md - collections/git/*.yaml