From 57d795fc43c0a2b6ae5c49fb21fabc32210ca158 Mon Sep 17 00:00:00 2001 From: Marcin Jahn <10273406+marcinjahn@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:51:32 +0100 Subject: [PATCH] ci(labeler): add picker to labeler (#1131) ## Description There are quite a few PRs relating to picker, and they are not labeled. --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index d3cdf3fe..c8e17156 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -73,3 +73,6 @@ win: words: - changed-files: - any-glob-to-any-file: "lua/snacks/words.lua" +picker: + - changed-files: + - any-glob-to-any-file: "lua/snacks/picker/**"