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:
parent
e4272987f7
commit
c0deab0eff
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
"mail":
|
"mail":
|
||||||
|
- modules/programs/aerc*.nix
|
||||||
- modules/programs/alot*.nix
|
- modules/programs/alot*.nix
|
||||||
|
- tests/modules/programs/aerc/*
|
||||||
- tests/modules/programs/alot/*
|
- tests/modules/programs/alot/*
|
||||||
- modules/programs/mujmap.nix
|
- modules/programs/mujmap.nix
|
||||||
- tests/modules/programs/mujmap/*
|
- tests/modules/programs/mujmap/*
|
||||||
|
@ -13,7 +15,15 @@
|
||||||
- tests/modules/programs/himalaya/*
|
- tests/modules/programs/himalaya/*
|
||||||
- modules/programs/thunderbird.nix
|
- modules/programs/thunderbird.nix
|
||||||
- tests/modules/programs/thunderbird/*
|
- tests/modules/programs/thunderbird/*
|
||||||
|
- modules/services/imapnotify.nix
|
||||||
|
|
||||||
"neovim":
|
"neovim":
|
||||||
- modules/programs/neovim.nix
|
- modules/programs/neovim.nix
|
||||||
- tests/modules/programs/neovim/**/*
|
- tests/modules/programs/neovim/**/*
|
||||||
|
|
||||||
|
"shell":
|
||||||
|
- modules/lib/zsh.nix
|
||||||
|
- modules/programs/zsh*
|
||||||
|
- modules/programs/bash*
|
||||||
|
- tests/modules/programs/zsh/**/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue