From 50d5f64632866f67b4fc50774a18c8c3eb3e4c04 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Tue, 16 Jan 2024 22:47:11 +0800 Subject: [PATCH] labeler: add bsod, hibernate-resume, nspawn and vmspawn --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 45b1ff49eeb..f74d680ce9d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,6 +7,9 @@ apparmor: binfmt: - changed-files: - any-glob-to-any-file: '**/*binfmt*' +bsod: + - changed-files: + - any-glob-to-any-file: '**/*bsod*' btrfs: - changed-files: - any-glob-to-any-file: '**/*btrfs*' @@ -46,6 +49,9 @@ fstab-generator: growfs: - changed-files: - any-glob-to-any-file: '**/*growfs*' +hibernate-resume: + - changed-files: + - any-glob-to-any-file: '**/*hibernate-resume*' hwdb: - changed-files: - any-glob-to-any-file: 'hwdb.d/**/*' @@ -70,6 +76,9 @@ mkosi: network: - changed-files: - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*'] +nspawn: + - changed-files: + - any-glob-to-any-file: '**/*nspawn*' portable: - changed-files: - any-glob-to-any-file: 'src/portable/**/*' @@ -184,6 +193,9 @@ util-lib: vconsole: - changed-files: - any-glob-to-any-file: '**/*vconsole*' +vmspawn: + - changed-files: + - any-glob-to-any-file: '**/*vmspawn*' xdg-autostart: - changed-files: - any-glob-to-any-file: '**/**xdg-autostart-generator*' -- 2.47.3