From: Mike Yuan Date: Mon, 8 Apr 2024 12:09:54 +0000 (+0800) Subject: labeler: add mountfsd and nsresource X-Git-Tag: v256-rc1~265^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8953917d00e9dfbc5ad07b653852f6f17a047028;p=thirdparty%2Fsystemd.git labeler: add mountfsd and nsresource --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 86a31776f49..e8952dc82a6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -76,12 +76,18 @@ meson: mkosi: - changed-files: - any-glob-to-any-file: ['.mkosi/*', 'mkosi.build'] +mountfsd: + - changed-files: + - any-glob-to-any-file: ['src/mountfsd/*'] network: - changed-files: - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*'] nspawn: - changed-files: - any-glob-to-any-file: '**/*nspawn*' +nsresource: + - changed-files: + - any-glob-to-any-file: '**/*nsresource*' portable: - changed-files: - any-glob-to-any-file: 'src/portable/**/*'