From c0deab0effd576e70343cb5df0c64428e0e0d010 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 15 May 2023 15:37:30 +0200 Subject: [PATCH] ci: autolabel PRs for aerc changes and some zsh files (#3992) * ci: tag aerc changes with 'mail' * ci: tag some files with 'shell' tag --- .github/labeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index ba7ecffe0..b1c35c764 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,7 @@ "mail": + - modules/programs/aerc*.nix - modules/programs/alot*.nix + - tests/modules/programs/aerc/* - tests/modules/programs/alot/* - modules/programs/mujmap.nix - tests/modules/programs/mujmap/* @@ -13,7 +15,15 @@ - tests/modules/programs/himalaya/* - modules/programs/thunderbird.nix - tests/modules/programs/thunderbird/* + - modules/services/imapnotify.nix "neovim": - modules/programs/neovim.nix - tests/modules/programs/neovim/**/* + +"shell": + - modules/lib/zsh.nix + - modules/programs/zsh* + - modules/programs/bash* + - tests/modules/programs/zsh/**/* +