ci/labeler: fix upgrade to v5 format
Signed-off-by: Sumner Evans <me@sumnerevans.com>
(cherry picked from commit 2cacdd6a27
)
This commit is contained in:
parent
1f45254ef9
commit
8a687e4cf5
20
.github/labeler.yml
vendored
20
.github/labeler.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
"mail":
|
"mail":
|
||||||
- changed-files
|
- changed-files:
|
||||||
- any-glob-to-any-file
|
- any-glob-to-any-file:
|
||||||
- modules/programs/aerc*.nix
|
- modules/programs/aerc*.nix
|
||||||
- modules/programs/alot*.nix
|
- modules/programs/alot*.nix
|
||||||
- tests/modules/programs/aerc/*
|
- tests/modules/programs/aerc/*
|
||||||
|
@ -20,27 +20,27 @@
|
||||||
- modules/services/imapnotify.nix
|
- modules/services/imapnotify.nix
|
||||||
|
|
||||||
"neovim":
|
"neovim":
|
||||||
- changed-files
|
- changed-files:
|
||||||
- any-glob-to-any-file
|
- any-glob-to-any-file:
|
||||||
- modules/programs/neovim.nix
|
- modules/programs/neovim.nix
|
||||||
- tests/modules/programs/neovim/**/*
|
- tests/modules/programs/neovim/**/*
|
||||||
|
|
||||||
"shell":
|
"shell":
|
||||||
- changed-files
|
- changed-files:
|
||||||
- any-glob-to-any-file
|
- any-glob-to-any-file:
|
||||||
- modules/lib/zsh.nix
|
- modules/lib/zsh.nix
|
||||||
- modules/programs/zsh*
|
- modules/programs/zsh*
|
||||||
- modules/programs/bash*
|
- modules/programs/bash*
|
||||||
- tests/modules/programs/zsh/**/*
|
- tests/modules/programs/zsh/**/*
|
||||||
|
|
||||||
"calendar":
|
"calendar":
|
||||||
- changed-files
|
- changed-files:
|
||||||
- any-glob-to-any-file
|
- any-glob-to-any-file:
|
||||||
- modules/programs/khal*
|
- modules/programs/khal*
|
||||||
- modules/*/vdirsyncer*
|
- modules/*/vdirsyncer*
|
||||||
- modules/accounts/calendar.nix
|
- modules/accounts/calendar.nix
|
||||||
|
|
||||||
"contacts":
|
"contacts":
|
||||||
- changed-files
|
- changed-files:
|
||||||
- any-glob-to-any-file
|
- any-glob-to-any-file:
|
||||||
- modules/accounts/contacts.nix
|
- modules/accounts/contacts.nix
|
||||||
|
|
Loading…
Reference in a new issue