From dda06e49a5dad619dfcae3ed9f8ad43cd615d909 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 20 May 2023 11:03:00 +0300 Subject: [PATCH] Configure labeler action --- .github/labeler.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..888821e8c --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,19 @@ +js: + - snippets/js/s/*.md + - collections/js/*.yaml +css: + - snippets/css/s/*.md + - collections/css/*.yaml +git: + - snippets/git/s/*.md + - collections/git/*.yaml +python: + - snippets/python/s/*.md + - collections/python/*.yaml +react: + - snippets/react/s/*.md + - collections/react/*.yaml +snippet: + - snippets/**/*.md +collection: + - collections/**/*.yaml