ci: autolabel PRs for aerc changes and some zsh files (#3992)

* ci: tag aerc changes with 'mail'

* ci: tag some files with 'shell' tag
This commit is contained in:
Matthieu Coudron 2023-05-15 15:37:30 +02:00 committed by GitHub
parent e4272987f7
commit c0deab0eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
.github/labeler.yml vendored
View File

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