From ebcb0a07d3eaa459dd60ebba4c41bfb9d2cac802 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 4 Sep 2025 17:28:02 +0200 Subject: [PATCH] labeler: match src/bootctl/ for sd-boot/bootctl tag Follow-up for 0b676aab33be2fa8b092f1bf5f1f4e04f072eda4 --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index dc8cc0eab99..6a426a40ce5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -195,7 +195,7 @@ run: - any-glob-to-any-file: ['src/run/*', 'man/systemd-run*'] sd-boot/sd-stub/bootctl: - changed-files: - - any-glob-to-any-file: ['src/boot/**/*', 'man/bootctl*', 'man/systemd-boot.xml'] + - any-glob-to-any-file: ['src/boot/**/*', 'src/bootctl/*', 'man/bootctl*', 'man/systemd-boot.xml'] sd-bus: - changed-files: - any-glob-to-any-file: '**/sd-bus*/**'