]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: add matches for login and logind
authorMike Yuan <me@yhndnzj.com>
Wed, 3 Jan 2024 14:09:52 +0000 (22:09 +0800)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 3 Jan 2024 15:00:36 +0000 (15:00 +0000)
.github/labeler.yml

index 3cfc05d193937607f9ac3d54cc567d28ffacb857..45b1ff49eebab0cf8e3a8833897b2d7642e00ae7 100644 (file)
@@ -55,6 +55,12 @@ journal:
 journal-remote:
   - changed-files:
     - any-glob-to-any-file: 'src/journal-remote/*'
+login:
+  - changed-files:
+    - any-glob-to-any-file: '**/sd-login*/**'
+logind:
+  - changed-files:
+    - any-glob-to-any-file: 'src/login/*'
 meson:
   - changed-files:
     - any-glob-to-any-file: ['meson_options.txt', '**/meson.build']