From b37a909508edb8d7fdcd04ac90761b2cfa2a5f28 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Sun, 9 Oct 2022 23:17:56 +0200 Subject: [PATCH] ci: specify files that should be tagged "mail" --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 70ee4707f..cbdd2c0b2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,15 @@ +"mail": + - modules/programs/alot*.nix + - tests/modules/programs/alot/* + - modules/programs/mujmap.nix + - tests/modules/programs/mujmap/* + - modules/programs/notmuch.nix + - modules/programs/neomutt* + - tests/modules/programs/neomutt/* + - modules/programs/getmail* + - modules/*/mbsync* + - tests/modules/programs/mbsync/* + "neovim": - modules/programs/neovim.nix - tests/modules/programs/neovim/**/*