ci(labeler): add picker to labeler (#1131)

## Description

There are quite a few PRs relating to picker, and they are not labeled.
This commit is contained in:
Marcin Jahn 2025-02-13 11:51:32 +01:00 committed by GitHub
parent 485870bc9d
commit 57d795fc43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.github/labeler.yml vendored
View file

@ -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/**"