From 30c95d3e3582693bb38f108fa73b59885ffaaa2d Mon Sep 17 00:00:00 2001 From: The-Lum <86879521+The-Lum@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:23:08 +0000 Subject: [PATCH] chore: add new labels for PR - `m:test` - `m:license` --- .github/labeler.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 328440e4e..4f260b7ec 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -21,10 +21,15 @@ - 'src/**/*' - 'stdlib/**/*' - 'svg/**/*' -- 'test/**/*' - 'themes/**/*' - 'manifest.txt' +'m:test': +- 'test/**/*' + +'m:license': +- '**/*license.txt' + 'm:docker': - Dockerfile