From 0343344802efef3df80f00288b6697f1eb80bdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 10 Feb 2021 20:56:22 +0100 Subject: [PATCH] chore: add new PR labels --- .github/labeler.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3a3c6d2c..1d3888e3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -19,3 +19,17 @@ databases: - test/docker/databases/**/* - www/docs/configuration/databases.md - test/fixtures/**/* + +core: + - src/**/* + +style: + - src/css/**/* + +client: + - src/client/**/* + - www/docs/getting-started/client.md + +pages: + - src/server/pages/**/* + - www/docs/configuration/pages.md \ No newline at end of file