Folke Lemaitre 2024-11-18 16:25:17 +01:00 committed by GitHub
parent 063525196a
commit d540fa607c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 2506 additions and 43 deletions

4
.github/labeler.yml vendored
View file

@ -16,6 +16,7 @@ core:
- changed-files:
- any-glob-to-any-file:
- "lua/snacks/init.lua"
- "lua/snacks/health.lua"
- "plugins/**"
- "queries/**"
- "scripts/**"
@ -27,6 +28,9 @@ bigfile:
bufdelete:
- changed-files:
- any-glob-to-any-file: "lua/snacks/bufdelete.lua"
dashboard:
- changed-files:
- any-glob-to-any-file: "lua/snacks/dashboard.lua"
debug:
- changed-files:
- any-glob-to-any-file: "lua/snacks/debug.lua"