From: Mike Yuan Date: Tue, 16 Jan 2024 14:47:11 +0000 (+0800) Subject: labeler: add bsod, hibernate-resume, nspawn and vmspawn X-Git-Tag: v256-rc1~1140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d5f64632866f67b4fc50774a18c8c3eb3e4c04;p=thirdparty%2Fsystemd.git labeler: add bsod, hibernate-resume, nspawn and vmspawn --- 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*'